Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and jawoznia committed Apr 24, 2024
1 parent a187421 commit f8c1e55
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 38 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

## [1.0.2](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.0.1...sylvia-derive-v1.0.2) - 2024-04-24

### Other
- Update `cw_multi_test`
- Split big chunks of code in `sylvia_derive::multitest`
- Provide `to_case` functionality to `syn::Ident`
- Remove `stripped_return_type` from `MsgVariant`
- Remove duplicated `querier` related code from `MsgVariant`
- Move `Multitest` related `MsgVariant` logic to trait in multitest module
- Unify MT proxy methods emit

## [1.0.1](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.0.0...sylvia-derive-v1.0.1) - 2024-04-15

### Added
Expand Down
119 changes: 85 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ exclude = ["examples/*"]
resolver = "2"

[workspace.package]
version = "1.0.1"
version = "1.0.2"

[workspace.dependencies]
sylvia-derive = { version = "1.0.1", path = "sylvia-derive" }
sylvia-derive = { version = "1.0.2", path = "sylvia-derive" }
anyhow = "1.0.82"
cosmwasm-schema = "2.0.2"
cosmwasm-std = "2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8c1e55

Please sign in to comment.