Skip to content

Commit 2b43461

Browse files
committed
chore: prepare v0.19.5 release
1 parent 90fab31 commit 2b43461

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.19.5](https://github.com/multiformats/rust-multihash/compare/v0.19.4...v0.19.5) (2026-04-27)
2+
3+
### Features
4+
5+
* embed minimal required core2/no_std_io2 traits ([#411](https://github.com/multiformats/rust-multihash/issues/411)) ([90fab31](https://github.com/multiformats/rust-multihash/commit/90fab31ce86b5e87d281c6d718e053376852bf07))
6+
* Minimum supported Rust version (MSRV) is now 1.81, due to using `core::error::Error`.
7+
8+
19
## [0.19.4](https://github.com/multiformats/rust-multihash/compare/v0.19.3...v0.19.4) (2026-04-15)
210

311
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
name = "multihash"
1212
description = "Implementation of the multihash format"
1313
keywords = ["multihash", "ipfs"]
14-
version = "0.19.4"
14+
version = "0.19.5"
1515
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "David Craven <david@craven.ch>", "Volker Mische <volker.mische@gmail.com>"]
1616
readme = "README.md"
1717
repository = { workspace = true }

0 commit comments

Comments
 (0)