Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.54 KB

CHANGELOG.adoc

File metadata and controls

65 lines (39 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.4 - 2024-05-02

Changed

  • Change to provide pre-built binaries (#21)

0.3.3 - 2024-04-16

Changed

  • Update document

0.3.2 - 2024-04-10

Changed

  • Ungroup constants (#13)

0.3.1 - 2024-04-08

Changed

  • Update document for errors (#11)

0.3.0 - 2024-04-07

Changed

  • Change errors to include details (#8)

0.2.0 - 2024-04-05

Added

  • Add a simple command-line utility for reading and writing of lzip format compressed files (#4)

Changed

  • Export constants regarding the dictionary size and the member size (#3)

  • Change the type of WriterOptions.DictSize from int to uint32 (#5)

0.1.0 - 2024-04-04

Added

  • Initial release