Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.3.0 #420

Merged
merged 3 commits into from
Nov 21, 2024
Merged

chore: release v1.3.0 #420

merged 3 commits into from
Nov 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 23, 2024

πŸ€– New release

  • sylvia: 1.2.1 -> 1.3.0 (βœ“ API compatible changes)
  • sylvia-derive: 1.2.1 -> 1.3.0
Changelog

sylvia-derive

1.3.0 - 2024-11-20

Added

  • Assert no attributes used on self and ctx
  • Error on wrong sv::data and sv::payload usage
  • Return transaction id and block height if deserialization failed
  • Assert no redundant parameters in reply method
  • Update MultiTest to 2.2.0
  • Revert adding Error to ContractApi
  • Create ctx module for context types
  • Add temporary sylvia::replies::ReplyCtx with additional fields (#450)
  • Support omitting data parameter
  • Add instantiate parameter to the sv::data attribute
  • Add auto deserialization of reply data (#445)
  • Add support for sv::features attribute. (#446)
  • Pass payload while building SubMsg (#441)
  • Add option to deserialize payload (#439)
  • Impl SubMsg trait on CosmosMsg
  • Add InstantiateBuilder and SubMsg trait
  • Emit new reply dispatch (#429)
  • Generate unique reply_ids (#427)
  • Parse additional parameters for sv::msg(reply) (#426)
  • Make serde dep user side obsolete
  • Make cosmwasm_schema deps obsolete
  • Make user side cosmwasm-std dep obsolete

Other

  • Minor tweaks
  • Add description of the data and payload attributes.
  • Revert adding non_exhaustive on old context types.
  • Rename ReplyOn::Failure to match variant from std
  • Better error message for sv::features attribute
  • Review fixes
  • Remove redundant logic from reply
  • Store MsgVariant in ReplyData
  • Improve reply generation
  • Review fixes
  • Rename variables to be more intuitive
  • Review fixes
  • Remove msg_type method from MsgVariant
  • Store MsgAttr in MsgVariant
  • Make MsgAttr a struct
  • Review fix


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-08-23T11-53-21Z branch 3 times, most recently from 7844282 to 93630e6 Compare August 27, 2024 08:42
@github-actions github-actions bot force-pushed the release-plz-2024-08-23T11-53-21Z branch from 93630e6 to 2daabeb Compare November 20, 2024 14:49
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 71.95%. Comparing base (c8f0a78) to head (5cbd0fa).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #420   +/-   ##
=======================================
  Coverage   71.95%   71.95%           
=======================================
  Files          63       63           
  Lines        3879     3879           
=======================================
  Hits         2791     2791           
  Misses       1088     1088           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Contributor

@kulikthebird kulikthebird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jawoznia jawoznia merged commit 1dd0a52 into main Nov 21, 2024
9 checks passed
@jawoznia jawoznia deleted the release-plz-2024-08-23T11-53-21Z branch November 21, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants