From f2e8f40a92088f441e4235461f12902a637e03bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:59:02 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- crates/cw-storey/CHANGELOG.md | 19 +++++++++++++++++++ crates/storey/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 crates/cw-storey/CHANGELOG.md create mode 100644 crates/storey/CHANGELOG.md diff --git a/crates/cw-storey/CHANGELOG.md b/crates/cw-storey/CHANGELOG.md new file mode 100644 index 0000000..f78b7f5 --- /dev/null +++ b/crates/cw-storey/CHANGELOG.md @@ -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 diff --git a/crates/storey/CHANGELOG.md b/crates/storey/CHANGELOG.md new file mode 100644 index 0000000..2297644 --- /dev/null +++ b/crates/storey/CHANGELOG.md @@ -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