Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2024
1 parent 4d1fdef commit 0a2ce85
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 197 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.1.0](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.0.2...sylvia-derive-v1.1.0) - 2024-07-12

### Added
- `From` implementation for contract messages of interface messages ([#391](https://github.com/CosmWasm/sylvia/pull/391))
- Attributes forwarding to message enums and fields ([#388](https://github.com/CosmWasm/sylvia/pull/388))
- Executors ([#386](https://github.com/CosmWasm/sylvia/pull/386))
- No ref needed for 'dyn Interface' type in Remote and BoundQuerier ([#382](https://github.com/CosmWasm/sylvia/pull/382))
- Remove types forwarding to interface in sv::messages ([#361](https://github.com/CosmWasm/sylvia/pull/361))

### Other
- Update documentation and refactoring ([#393](https://github.com/CosmWasm/sylvia/pull/393))
- Add trybuild check for two instantiate methods ([#392](https://github.com/CosmWasm/sylvia/pull/392))
- Update dependecies
- Update proc-macro-crate deps

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

### Other
Expand Down
Loading

0 comments on commit 0a2ce85

Please sign in to comment.