-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from CosmWasm/release-plz-2024-07-08T10-46-35Z
chore: release
- Loading branch information
Showing
5 changed files
with
57 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,55 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
## [0.3.1] - 2024-06-19 | ||
|
||
## [0.4.0] - 2024-09-11 | ||
|
||
### Added | ||
|
||
- add remove to ItemAccess | ||
- add remove entry from map | ||
|
||
### Documentation | ||
|
||
- fix indentation | ||
|
||
## [0.3.1] - 2024-06-19 | ||
|
||
### Fixed | ||
|
||
- make CW integration work with &mut dyn Storage | ||
## [0.3.0] - 2024-06-12 | ||
|
||
## [0.3.0] - 2024-06-12 | ||
|
||
### Added | ||
|
||
- use msgpack encoding provided by cosmwasm-std | ||
## [0.2.0] - 2024-05-09 | ||
|
||
## [0.2.0] - 2024-05-09 | ||
|
||
### Added | ||
|
||
- use single-byte keys for top-level containers | ||
|
||
### Other | ||
|
||
- rename crates to packages | ||
|
||
## [0.1.0](https://github.com/CosmWasm/storey/releases/tag/cw-storey-v0.1.0) - 2024-03-22 | ||
|
||
### Added | ||
- *(cw-storey)* re-export storey containers | ||
- *(cw-storey)* replace CBOR with MessagePack | ||
|
||
- _(cw-storey)_ re-export storey containers | ||
- _(cw-storey)_ replace CBOR with MessagePack | ||
|
||
### Other | ||
|
||
- add Cargo manifest metadata for crates.io | ||
- *(cw-storey)* add a simple smoke test | ||
- _(cw-storey)_ add a simple smoke test | ||
- implement Cw backend + encoding | ||
- rename crates to storey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,59 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
## [0.2.1] - 2024-06-19 | ||
|
||
## [0.3.0] - 2024-09-11 | ||
|
||
### Added | ||
|
||
- implement {ItemAccess, ColumnAccess}::get_or | ||
- implement {ItemAccess, ColumnAccess}::try_get | ||
- add Key/OwnedKey impls for more std types | ||
- add remove to ItemAccess | ||
- add remove entry from map | ||
|
||
### Fixed | ||
|
||
- fix docs inner links | ||
- fix visibility | ||
|
||
### Documentation | ||
|
||
- document `BoundedIterableAccessor` | ||
- document map key types/trait/assoc types | ||
|
||
## [0.2.1] - 2024-06-19 | ||
|
||
### Added | ||
|
||
- add missing IterableStorage impls | ||
## [0.2.0] - 2024-05-09 | ||
|
||
## [0.2.0] - 2024-05-09 | ||
|
||
### Added | ||
- *(storey)* return ix on `Column::push` | ||
|
||
- _(storey)_ return ix on `Column::push` | ||
- provide typed bounds for iteration | ||
- use single-byte keys for top-level containers | ||
|
||
### Fixed | ||
- *(storey)* Column::push bounds checking | ||
|
||
- _(storey)_ Column::push bounds checking | ||
|
||
### Other | ||
|
||
- less awkward associated type names | ||
- rename crates to packages | ||
|
||
## [0.1.0](https://github.com/CosmWasm/storey/releases/tag/storey-v0.1.0) - 2024-03-22 | ||
|
||
### Other | ||
|
||
- add Cargo manifest metadata for crates.io | ||
- implement Cw backend + encoding | ||
- rename crates to storey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters