Skip to content

Commit

Permalink
prepare changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed May 3, 2024
1 parent cb85cdc commit 0036500
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions framework/docs/src/releases/v0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Added

### Changed

### Removed

### Fixed

## [0.22.0] - 2024-05-03

### Added

- `state.json` now included in binary in release mode, allowing using binaries on a different environment than it's been built.
- `module_instantiate2_address_raw` for `AbstractClient`, allowing to install a different version than the dependency version.
- Added helper functions `assert_registered` and `is_registered` to the ANS client API.
Expand All @@ -25,6 +35,8 @@
- Send multiple messages to multiple IBC connected chains in one manager message.
- `interface` feature from all of the packages

### Fixed

## [0.21.0] - 2024-02-20

### Added
Expand Down
10 changes: 10 additions & 0 deletions modules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

### Changed

### Removed

### Fixed

## [0.22.0] - 2024-05-03

### Added

- `staking_action` helper method for `CwStakingAdapter` interface
- `ans_action` and `raw_action` helper methods for `DexAdapter` interface

Expand Down

0 comments on commit 0036500

Please sign in to comment.