Skip to content

Commit 90a6c19

Browse files
authored
chore: release 0.19.3 (#378)
Also clean up the changelog a bit.
1 parent 03f84e9 commit 90a6c19

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## [0.19.3](https://github.com/multiformats/rust-multihash/compare/v0.19.2...v0.19.3) (2024-12-06)
12

2-
## [](https://github.com/multiformats/rust-multihash/compare/v0.19.1...v0.19.2) (2023-10-23)
3+
### Bug Fixes
4+
5+
* make alloc without std work ([#377](https://github.com/multiformats/rust-multihash/issues/377)) ([03f84e9](https://github.com/multiformats/rust-multihash/commit/03f84e9ab4d884b1bb51d71facd0868339e1c5e2)), closes [#375](https://github.com/multiformats/rust-multihash/issues/375)
6+
7+
8+
## [0.19.2](https://github.com/multiformats/rust-multihash/compare/v0.19.1...v0.19.2) (2024-10-23)
39

410
### Dependency Updates
511

@@ -14,14 +20,14 @@
1420
- update `synstructure`
1521
- update `syn` to v2
1622

17-
## [](https://github.com/multiformats/rust-multihash/compare/v0.19.0...v0.19.1) (2023-09-06)
23+
## [0.19.1](https://github.com/multiformats/rust-multihash/compare/v0.19.0...v0.19.1) (2023-09-06)
1824

1925
### Bug Fixes
2026

21-
* make Serde (de)serialization no_std compatible ([#337](https://github.com/multiformats/rust-multihash/issues/337)) ([7ad5161](https://github.com/multiformats/rust-multihash/commit/7ad51614ad347bfa8c6f421986abc517e04091f6)), closes 336[#](https://github.com/multiformats/rust-multihash/issues/336). This was a regression introduced in v0.19.0.
27+
* make Serde (de)serialization no_std compatible ([#337](https://github.com/multiformats/rust-multihash/issues/337)) ([7ad5161](https://github.com/multiformats/rust-multihash/commit/7ad51614ad347bfa8c6f421986abc517e04091f6)), closes [#336](https://github.com/multiformats/rust-multihash/issues/336). This was a regression introduced in v0.19.0.
2228

2329

24-
## [](https://github.com/multiformats/rust-multihash/compare/v0.18.0...v0.19.0) (2023-06-06)
30+
## [0.19.0](https://github.com/multiformats/rust-multihash/compare/v0.18.0...v0.19.0) (2023-06-06)
2531

2632

2733
### ⚠ BREAKING CHANGES
@@ -115,7 +121,7 @@ When upgrading to `v0.19`, consider the following:
115121
Check the [identity example](examples/identity.rs) for more information on how to replicate the functionality.
116122

117123

118-
## [v0.18.1](https://github.com/multiformats/rust-multihash/compare/v0.18.0...v0.18.1) (2023-04-14)
124+
## [0.18.1](https://github.com/multiformats/rust-multihash/compare/v0.18.0...v0.18.1) (2023-04-14)
119125

120126

121127
### 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.2"
10+
version = "0.19.3"
1111
authors = ["dignifiedquire <[email protected]>", "David Craven <[email protected]>", "Volker Mische <[email protected]>"]
1212
license = "MIT"
1313
readme = "README.md"

0 commit comments

Comments
 (0)