Skip to content

Commit b881bfb

Browse files
authored
bump to 2.2.0 (#169)
1 parent 429a388 commit b881bfb

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.2.0] - 2022-09-14
9+
10+
The minimum Rust version is bumped to 1.60.0 in this release owing to using weak dependency crate features. Otherwise there are no breaking changes.
911

1012
### Changed
11-
- Minimum Rust version is 1.60.0 owing to using weak dependency crate features.
1213
- Loosen restriction on `TypeDefBitSequence::new()` so that `bitvec` isn't required, and try to avoid pulling in `bitvec` when the `std` feature is enabled [(#168)](https://github.com/paritytech/scale-info/pull/168)
1314

1415
## [2.1.2] - 2022-05-18

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scale-info"
3-
version = "2.1.2"
3+
version = "2.2.0"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60.0"
@@ -17,7 +17,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
1717
[dependencies]
1818
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
1919
cfg-if = "1.0"
20-
scale-info-derive = { version = "2.1.2", path = "derive", default-features = false, optional = true }
20+
scale-info-derive = { version = "2.2.0", path = "derive", default-features = false, optional = true }
2121
serde = { version = "1", default-features = false, optional = true, features = ["derive", "alloc"] }
2222
derive_more = { version = "0.99.1", default-features = false, features = ["from"] }
2323
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scale-info-derive"
3-
version = "2.1.2"
3+
version = "2.2.0"
44
authors = [
55
"Parity Technologies <[email protected]>",
66
"Centrality Developers <[email protected]>",

0 commit comments

Comments
 (0)