CosmWasm / sylvia

CosmWasm smart contract framework
Apache License 2.0
93 stars 15 forks source link

chore: release #366

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 5 months ago

🤖 New release

Changelog

## `sylvia-derive`

## [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


This PR was generated with release-plz.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.82%. Comparing base (4d1fdef) to head (d612428).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #366 +/- ## ======================================= Coverage 84.82% 84.82% ======================================= Files 41 41 Lines 2920 2920 ======================================= Hits 2477 2477 Misses 443 443 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.