Skip to content

Commit

Permalink
Merge pull request #19 from CosmWasm/release-plz-2024-03-20T20-36-43Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
uint authored Mar 22, 2024
2 parents 36cf409 + f2e8f40 commit cea1c95
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
19 changes: 19 additions & 0 deletions crates/cw-storey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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.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

### Other
- add Cargo manifest metadata for crates.io
- *(cw-storey)* add a simple smoke test
- implement Cw backend + encoding
- rename crates to storey
14 changes: 14 additions & 0 deletions crates/storey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.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

0 comments on commit cea1c95

Please sign in to comment.