Skip to content

Commit 3a0b4a7

Browse files
committed
Set version: 0.5.1
1 parent 1c0fdbb commit 3a0b4a7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2023-04-11
11+
1012
### Added
1113

1214
- Add support for `collect_str` serialization ([#51], [#55]).
@@ -124,7 +126,8 @@ Initial release after forking from
124126
[serde-json-core](https://github.com/japaric/serde-json-core) at
125127
[bf5533a0](https://github.com/japaric/serde-json-core/commit/bf5533a042a0).
126128

127-
[unreleased]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.0...HEAD
129+
[unreleased]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.1...HEAD
130+
[0.5.1]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.0...v0.5.1
128131
[0.5.0]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.4.1...v0.5.0
129132
[0.4.1]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.4.0...v0.4.1
130133
[0.4.0]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.3.2...v0.4.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
1515
name = "serde-json-wasm"
1616
readme = "README.md"
1717
repository = "https://github.com/CosmWasm/serde-json-wasm"
18-
version = "0.5.0"
18+
version = "0.5.1"
1919
exclude = [
2020
".cargo/",
2121
".github/",

0 commit comments

Comments
 (0)