Skip to content

Commit

Permalink
Release 3.7.4 (#701)
Browse files Browse the repository at this point in the history
* Release 3.7.4

* Update changelog
  • Loading branch information
serban300 authored Feb 7, 2025
1 parent 265e038 commit ff5a070
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ and this crate adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h

## Unreleased

### [3.7.4] - 2025-02-05

### Added

- Disallow duplicate indexes using constant evaluation ([#653](https://github.com/paritytech/parity-scale-codec/pull/653))

### [3.7.3] - 2025-01-30

### Added

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

## [3.7.0] - 2024-11-18
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
[dependencies]
arrayvec = { version = "0.7", default-features = false }
serde = { version = "1.0.217", default-features = false, optional = true }
parity-scale-codec-derive = { path = "derive", version = "=3.7.3", default-features = false, optional = true }
parity-scale-codec-derive = { path = "derive", version = "=3.7.4", default-features = false, optional = true }
bitvec = { version = "1", default-features = false, features = ["alloc"], optional = true }
bytes = { version = "1", default-features = false, optional = true }
byte-slice-cast = { version = "1.2.2", default-features = false }
Expand Down Expand Up @@ -66,7 +66,7 @@ full = []
members = ["derive", "fuzzer"]

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

0 comments on commit ff5a070

Please # to comment.