Skip to content

Commit

Permalink
chore: release (#366)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `sylvia`: 1.0.2 -> 1.1.0
* `sylvia-derive`: 1.0.2 -> 1.1.0

<details><summary><i><b>Changelog</b></i></summary><p>

## `sylvia-derive`
<blockquote>

##
[1.1.0](sylvia-derive-v1.0.2...sylvia-derive-v1.1.0)
- 2024-07-12

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

### Other
- Update documentation and refactoring
([#393](#393))
- Add trybuild check for two instantiate methods
([#392](#392))
- Update dependecies
- Update proc-macro-crate deps
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Kulik <[email protected]>
  • Loading branch information
github-actions[bot] and kulikthebird authored Jul 12, 2024
1 parent 4d1fdef commit 18afff1
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 199 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 18afff1

Please sign in to comment.