Skip to content

Commit 0963c3b

Browse files
authored
Prep to release 2.11.5 (#215)
1 parent e56c6ef commit 0963c3b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ 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+
## [2.11.5] - 2024-10-24
9+
10+
- Bump `syn` to 2.
11+
812
## [2.11.4] - 2024-10-22
13+
914
- Bump `derive_more` to version 1.0.0.
1015

1116
## [2.11.3] - 2024-05-08
17+
1218
- Bump `proc-macro-crate` to version 3.
1319

1420
## [2.11.2] - 2024-04-05

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories.workspace = true
1717
[dependencies]
1818
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
1919
cfg-if = "1.0"
20-
scale-info-derive = { version = "2.11.4", path = "derive", default-features = false, optional = true }
20+
scale-info-derive = { version = "2.11.5", path = "derive", default-features = false, optional = true }
2121
serde = { version = "1", default-features = false, optional = true, features = ["derive", "alloc"] }
2222
derive_more = { version = "1.0.0", default-features = false, features = ["from"] }
2323
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
@@ -60,7 +60,7 @@ members = [
6060
]
6161

6262
[workspace.package]
63-
version = "2.11.4"
63+
version = "2.11.5"
6464
authors = [
6565
"Parity Technologies <admin@parity.io>",
6666
"Centrality Developers <support@centrality.ai>",

0 commit comments

Comments
 (0)