From ef198e9b8633a0c0e30f7aaac35866bc9bffd8c0 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 | 2 +- 3 files changed, 10 insertions(+), 3 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..21f5e388 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" }