Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.29 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.

[Unreleased]

0.1.0 - 2024-08-16

Added

  • separate Compressor and Decompressor (#11)

Other

  • add badges (#10)
  • release v0.0.1 (#8)

0.0.1 - 2024-08-15

Fixed

  • fix doc link

Other

  • turn on release-plz
  • add fuzzer, fix bug (#7)
  • logo (#6)
  • bugfix, comment fix, force compile fails for big-endian (#5)
  • Configure Renovate (#1)
  • Get compress performance to match paper algorithm 4 (#3)
  • docs
  • cleanup
  • words
  • README
  • disable release action for now
  • deny(missing_docs), 512 -> 511
  • add toolchain
  • add actions files
  • implementation v0
  • initial impl
  • Initial commit