CosmWasm / sylvia

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

chore: release v1.2.0 #398

Closed github-actions[bot] closed 3 weeks ago

github-actions[bot] commented 1 month ago

🤖 New release

Changelog

## `sylvia-derive`

## [1.2.0](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v1.1.0...sylvia-derive-v1.2.0) - 2024-08-19 ### Added - Emit error if contract macro is above entry_points - Remove support for `, custom(msg=.. ,query=..)` in entry_points - Add CustomMsg and CustomQuery to ContractApi ### Fixed - Pass attribute to struct fields ### Other - Review fixes - *(sylvia-derive)* Document inner types - [**breaking**] Remove `InterfaceApi` in favor of `InterfaceMessagesApi` ([#413](https://github.com/CosmWasm/sylvia/pull/413)) - Fix duplicated instantiation error - Refactor struct message generation - Generic cw1-whitelist example ([#404](https://github.com/CosmWasm/sylvia/pull/404)) - Create fold module - Setup new directory structure - Fix clippy - Update to cosmwasm-std 2.1.1 - Cleanup in entry_points macro - Silence clippy warn about lack of Default ([#396](https://github.com/CosmWasm/sylvia/pull/396))


This PR was generated with release-plz.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 70.88%. Comparing base (ac78d49) to head (fbbdff7). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #398 +/- ## =========================================== - Coverage 82.12% 70.88% -11.25% =========================================== Files 53 53 Lines 3077 3050 -27 =========================================== - Hits 2527 2162 -365 - Misses 550 888 +338 ```

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