Skip to content

Latest commit

 

History

History
92 lines (52 loc) · 2.06 KB

CHANGELOG.adoc

File metadata and controls

92 lines (52 loc) · 2.06 KB

Changelog

0.3.1 - 2025-03-23

Changed

  • Update dependencies

0.3.0 - 2025-01-09

Added

  • Supports the abcrypt version 1 file format (#60)

Removed

  • Remove the abcrypt version 0 file format support (#60)

0.2.3 - 2024-04-16

Changed

  • Update document

0.2.2 - 2024-04-10

Changed

  • Ungroup constants and variables (#29)

0.2.1 - 2024-04-08

Changed

  • Update document for errors (#27)

0.2.0 - 2024-04-07

Changed

  • Change ErrInvalidHeaderMAC to InvalidMACError (#24)

0.1.4 - 2024-04-05

Changed

  • Change to use slices.Equal instead of reflect.DeepEqual (#21)

0.1.3 - 2024-04-05

Changed

  • Move test data to testdata/ (#16)

0.1.2 - 2024-02-16

Added

  • Add examples (#5)

  • Add convenience functions for encryption and decryption (#8)

Changed

  • Export an error wrapped in InvalidMACError (#6)

0.1.1 - 2024-02-13

Fixed

  • Change to follow Go’s license policy (#3)

0.1.0 - 2024-02-13

Added

  • Initial release