CHANGELOG.md

# Changelog

## 1.0.0
Major release milestones:
* Parallel decompression.

## [Unreleased]

## [0.3.0] (Mar 2025)

### Fixed

* Full compliance with bzip2 reference tests: allow trailing but not initial garbage.

### Changed

* Minor relaxation of dependencies

## [0.2.1] (Apr 2023)

### Fixed

* Handle full output buffer (Scott Ribe)

## [0.2.0] (Sep 2022)

* First working release.
* Passing CI for elixir 1.11 and 1.14

## [0.1.0] (May 2022)

* Broken release, missing the Bzip2.Driver module.

[Unreleased]: https://gitlab.com/adamwight/bzip2-ex/-/compare/v0.3.0...HEAD
[0.3.0]: https://gitlab.com/adamwight/bzip2-ex/-/compare/v0.2.1...v0.3.0
[0.2.1]: https://gitlab.com/adamwight/bzip2-ex/-/compare/v0.2.0...v0.2.1
[0.2.0]: https://gitlab.com/adamwight/bzip2-ex/-/compare/v0.1.0...v0.2.0
[0.1.0]: https://gitlab.com/adamwight/bzip2-ex/-/tags/v0.1.0