Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed May 9, 2024
1 parent c5f49c1 commit 323667b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
## 0.7.0 (in development)
## 0.7.0 (2024-05-09)

* Switched to [scikit-build-core](https://github.com/scikit-build/scikit-build-core) and
CMake (#42, #43) - huge thanks to @henryiii
* Raise `ValueError` instead of `DeflateError` on invalid gzip data
* Lots of internal refactoring


## 0.6.1
## 0.6.1 (2024-05-06)

* Fixed broken wheels on macOS arm64 platforms


## 0.6.0 (yanked)
## 0.6.0 (2024-04-20, yanked)

* Require `originalsize` argument for `deflate_decompress` and `zlib_decompress`
* Updated bundled libdeflate to v1.20


## 0.5.0
## 0.5.0 (2023-12-20)

* Added raw DEFLATE functionality from libdeflate (#39)
* Added zlib functionality from libdeflate (#2)
* Updated bundled libdeflate to v1.19
* Test on and build wheels for Python 3.12 (#40)


## 0.4.0
## 0.4.0 (2023-06-29)

* Eliminate unnecessary allocation/copy in compression and decompression (#10)
* add DeflateError object to module, fixes related ImportError (#14)
Expand All @@ -37,21 +38,21 @@
* add tests (using pytest), flake8 linter, CI via github actions (#16, #13)


## 0.3.0
## 0.3.0 (2020-12-14)

* Compile libdeflate directly instead of trying to build/link it
* Actual working Windows binary wheels
* Change the default compression level to 6 to match zlib


## 0.2.0
## 0.2.0 (2020-11-19)

* Compile libdeflate with `-fPIC` (#5)
* Automatically build wheels for macOS, Linux, and Windows (#3)
* Fixed a memory leak (#6)
* Experimental support for building a universal library on Apple Silicon


## 0.1.0
## 0.1.0 (2020-06-17)

* Initial release

0 comments on commit 323667b

Please sign in to comment.