From d19e0dc9ae0a941b0dc5dff4c65f0ff24bdd43db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:03:05 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- examples/Cargo.lock | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df351d81..6b410789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +## [0.9.2](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v0.9.1...sylvia-derive-v0.9.2) - 2023-11-29 + +### Added +- Allow querying code_info from CodeId and App +- Add cosmwasm_1_2 feature flag +- Allow specifying salt for contract address + ## [0.9.1](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v0.9.0...sylvia-derive-v0.9.1) - 2023-11-17 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3fd8d92a..3ba1110d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sylvia" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "cosmwasm-schema", @@ -871,7 +871,7 @@ dependencies = [ [[package]] name = "sylvia-derive" -version = "0.9.1" +version = "0.9.2" dependencies = [ "convert_case", "proc-macro-crate", diff --git a/Cargo.toml b/Cargo.toml index fe7b33aa..81121a8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/*"] resolver = "2" [workspace.package] -version = "0.9.1" +version = "0.9.2" [workspace.dependencies] -sylvia-derive = { version = "0.9.1", path = "sylvia-derive" } +sylvia-derive = { version = "0.9.2", path = "sylvia-derive" } diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 74489184..c7d16915 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1084,7 +1084,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "sylvia" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "cosmwasm-schema", @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "sylvia-derive" -version = "0.9.1" +version = "0.9.2" dependencies = [ "convert_case", "proc-macro-crate",