Skip to content

New release 0.6.0

Latest
Compare
Choose a tag to compare
@cathay4t cathay4t released this 02 Apr 05:35
· 1 commit to main since this release

Breaking changes

  • Changed DecodeError from struct to enum. (5e39d65)
  • Changed EncodeError from struct to enum. (0353682)
  • DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
  • Removed the use of anyhow. (5e39d65, 0353682)
  • Replaced paste with pastey. (8897cf0)

New features

Bug fixes

  • N/A