Skip to content

Commit

Permalink
Set version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 25, 2023
1 parent 316b0a1 commit 66e5271
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.9.0] - 2023-10-25

- Upgrade to Telescope 1.0. This changes a lot of fields from optional to
non-optional by utilizing the `(gogoproto.nullable) = false` annotations of
proto files. See https://github.com/osmosis-labs/telescope/issues/386
Expand Down Expand Up @@ -102,7 +104,8 @@ No changelog, sorry. Maybe the diff helps.

- wasmd 0.18 types (cosmwasm/wasm/v1/\*)

[unreleased]: https://github.com/confio/cosmjs-types/compare/v0.8.0...HEAD
[unreleased]: https://github.com/confio/cosmjs-types/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/confio/cosmjs-types/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/confio/cosmjs-types/compare/v0.7.2...v0.8.0
[0.7.2]: https://github.com/confio/cosmjs-types/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/confio/cosmjs-types/compare/v0.7.0...v0.7.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmjs-types",
"version": "0.9.0-rc.4",
"version": "0.9.0",
"description": "JS and TS types relating to Protocol Buffers used by Cosmos SDK and other related projects",
"contributors": [
"Simon Warta <[email protected]>",
Expand Down

0 comments on commit 66e5271

Please sign in to comment.