borsh-rs icon indicating copy to clipboard operation
borsh-rs copied to clipboard

chore: release

Open frol opened this issue 4 months ago • 0 comments

🤖 New release

  • borsh: 1.3.1 -> 1.4.0 (✓ API compatible changes)
  • borsh-derive: 1.3.1 -> 1.4.0
Changelog

borsh

1.4.0 - 2024-02-29

Added

  • impl BorshSchema for Cow<'a, T> (#284)
  • BorshSerialize/BoshDeserialize/BorshSchema for Cell/RefCell (#265)

Other

  • remove conflicts with W/R parameters for BorshSerialize/BorshDeserialize derives (#283)
  • fix test_exhaustive_checks step + downgrade package for MSRV test (#280)

This PR was generated with release-plz.

frol avatar Feb 26 '24 18:02 frol