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

Closed
wants to merge 2 commits into from
Closed

chore: release #237

wants to merge 2 commits into from

Conversation

frol
Copy link
Collaborator

@frol frol commented Sep 28, 2023

🤖 New release

  • borsh: 1.0.0-alpha.5 -> 1.0.0 (✓ API compatible changes)
  • borsh-derive: 1.0.0-alpha.5 -> 1.0.0
Changelog

borsh

1.0.0 - 2023-10-02

Added

  • add borsh::object_length helper (#236)

Other

  • [breaking] completely remove deprecated BorshSerialize::try_to_vec (#221)


This PR was generated with release-plz.

@frol frol requested a review from dj8yfo as a code owner September 28, 2023 20:06
Signed-off-by: release-plz <[email protected]>
@frol frol force-pushed the release-plz/2023-09-28T20-06-18Z branch from 55e5f9b to 2858bda Compare October 2, 2023 07:30
@dj8yfo dj8yfo force-pushed the release-plz/2023-09-28T20-06-18Z branch 2 times, most recently from 861b628 to f6a6a91 Compare October 2, 2023 07:46
@@ -27,7 +27,7 @@ required-features = ["std", "unstable__schema"]
cfg_aliases = "0.1.0"

[dependencies]
borsh-derive = { path = "../borsh-derive", version = "1.0.0-alpha.5", optional = true }
borsh-derive = { path = "../borsh-derive", version = "~1.0.0", optional = true }
Copy link
Collaborator

Choose a reason for hiding this comment

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

tilde requirement is used, as (otherwise) due to unstable__schema, after release of borsh-derive of 1.1. or 1.2, a 1.0 borsh will pull these potentially incompatible versions, resulting in weird compilation errors.

@frol frol closed this Oct 2, 2023
@dj8yfo dj8yfo deleted the release-plz/2023-09-28T20-06-18Z branch August 26, 2024 14:25
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