Skip to content

Commit

Permalink
Set version: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 11, 2023
1 parent 1c0fdbb commit 3a0b4a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.1] - 2023-04-11

### Added

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

[unreleased]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.0...HEAD
[unreleased]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/CosmWasm/serde-json-wasm/compare/v0.3.2...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
name = "serde-json-wasm"
readme = "README.md"
repository = "https://github.com/CosmWasm/serde-json-wasm"
version = "0.5.0"
version = "0.5.1"
exclude = [
".cargo/",
".github/",
Expand Down

0 comments on commit 3a0b4a7

Please sign in to comment.