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

Merged
merged 1 commit into from
Mar 27, 2024
Merged

chore: release #334

merged 1 commit into from
Mar 27, 2024

Conversation

github-actions[bot]
Copy link
Contributor

πŸ€– New release

  • sylvia: 0.10.0 -> 0.10.1 (βœ“ API compatible changes)
  • sylvia-derive: 0.10.0 -> 0.10.1
Changelog

sylvia-derive

0.10.0 - 2024-03-26

Added

  • Implement Querier on App (#154)
  • Change multitest modules names to unified mt (#324)
  • Handle missing explicite custom types (#323)
  • BoundQuerier improve (#321)
  • Remove #[contract(module=...)] support (#320)
  • #[contract(module=...)] not needed in mt (#319)
  • #[contract(module=...)] and #[messages] not needed for trait impl (#318)
  • Remove custom in impl trait (#314)
  • Error on missing module for impl Interface for Contract (#311)
  • Add support for #[sv::] attributes for all sylvia attribtues. (#310)
  • Generate sudo multitest helpers
  • Generate sudo entry point
  • Generate SudoMsg in contract
  • Generate SudoMsg in interface
  • Forward generics through associated types
  • ExecC and QueryC used in place of CustomMsgT
  • Remove mt trait_utils generation
  • Impl interfaces with associated types on generic contract
  • Impl interface with associated types on non generic contract
  • Interfaces generate with associated_types
  • Allow specifying concrete customs in entry_points
  • Support duplicated exec generic params
  • Forward generics to custom_generic interface
  • Allow single concrete type to be passed in place of multiple
  • Forward generics to the interface
  • Make as Variant optional for #[messages(...)] attribtue

Other

  • Update README (#331)
  • Enable all features in docs.rs and add multitest docs comments
  • Enable code examples in macros doc tests
  • Remove tarpaulin exclusions (#312)
  • Add sudo to custom example
  • Update README.md (#300)
  • Change function signature
  • Update docs (#299)
  • Internal renaming
  • Create ImplMtHelpers
  • Impl non-generic non-custom on forwarding contract
  • Migrate to syn 2.0


This PR was generated with release-plz.

@jawoznia jawoznia force-pushed the release-plz-2024-03-27T11-17-43Z branch from abfe4a7 to 24792b2 Compare March 27, 2024 11:35
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

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

Project coverage is 85.25%. Comparing base (e5a24aa) to head (24792b2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   85.25%   85.25%           
=======================================
  Files          37       37           
  Lines        2700     2700           
=======================================
  Hits         2302     2302           
  Misses        398      398           

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

@jawoznia jawoznia merged commit 8cb52a2 into main Mar 27, 2024
7 checks passed
@jawoznia jawoznia deleted the release-plz-2024-03-27T11-17-43Z branch March 27, 2024 12:00
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.

1 participant