Skip to content

Commit 17e2d3a

Browse files
authored
chore: prepare 0.19.4 relase (#409)
1 parent af177c0 commit 17e2d3a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.19.4](https://github.com/multiformats/rust-multihash/compare/v0.19.3...v0.19.4) (2026-04-15)
2+
3+
### Features
4+
5+
* implement `digest:Update` for all hashers ([#405](https://github.com/multiformats/rust-multihash/issues/405)) ([08f8410](https://github.com/multiformats/rust-multihash/commit/08f841068cdf0201b4367a77cb88c2e6639195cb))
6+
7+
8+
### Bug Fixes
9+
10+
* replace core2 with no_std_io2 ([#407](https://github.com/multiformats/rust-multihash/issues/407)) ([af177c0](https://github.com/multiformats/rust-multihash/commit/af177c0c64be4497a30dc2084615288fa13ebb19))
11+
12+
113
## [0.19.3](https://github.com/multiformats/rust-multihash/compare/v0.19.2...v0.19.3) (2024-12-06)
214

315
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "multihash"
77
description = "Implementation of the multihash format"
88
repository = "https://github.com/multiformats/rust-multihash"
99
keywords = ["multihash", "ipfs"]
10-
version = "0.19.3"
10+
version = "0.19.4"
1111
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "David Craven <david@craven.ch>", "Volker Mische <volker.mische@gmail.com>"]
1212
license = "MIT"
1313
readme = "README.md"

0 commit comments

Comments
 (0)