Skip to content

Commit ff5a070

Browse files
authored
Release 3.7.4 (#701)
* Release 3.7.4 * Update changelog
1 parent 265e038 commit ff5a070

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ and this crate adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
77

88
## Unreleased
99

10+
### [3.7.4] - 2025-02-05
11+
12+
### Added
13+
14+
- Disallow duplicate indexes using constant evaluation ([#653](https://github.com/paritytech/parity-scale-codec/pull/653))
15+
1016
### [3.7.3] - 2025-01-30
1117

18+
### Added
19+
1220
- Fix added bounds in `Encode` and other derive macros. ([#689](https://github.com/paritytech/parity-scale-codec/pull/689))
1321

1422
## [3.7.0] - 2024-11-18

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
[dependencies]
1414
arrayvec = { version = "0.7", default-features = false }
1515
serde = { version = "1.0.217", default-features = false, optional = true }
16-
parity-scale-codec-derive = { path = "derive", version = "=3.7.3", default-features = false, optional = true }
16+
parity-scale-codec-derive = { path = "derive", version = "=3.7.4", default-features = false, optional = true }
1717
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
1818
bytes = { version = "1", default-features = false, optional = true }
1919
byte-slice-cast = { version = "1.2.2", default-features = false }
@@ -66,7 +66,7 @@ full = []
6666
members = ["derive", "fuzzer"]
6767

6868
[workspace.package]
69-
version = "3.7.3"
69+
version = "3.7.4"
7070
authors = ["Parity Technologies <admin@parity.io>"]
7171
license = "Apache-2.0"
7272
repository = "https://github.com/paritytech/parity-scale-codec"

0 commit comments

Comments
 (0)