diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cff7b..ef535bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.0.9] - 2024-07-19 ### Changed - **Dropped support of Python versions lower than Python 3.9.** - The `WheelFile.writestr_*` methods will now preserve as `ZipInfo` attributes, @@ -197,7 +197,8 @@ contributions - both of the fixes below came from them. - First working version of the library. - It's possible to create wheels from scratch. -[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.8...HEAD +[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.9...HEAD +[0.0.9]: https://github.com/mrmino/wheelfile/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/mrmino/wheelfile/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/mrmino/wheelfile/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/mrmino/wheelfile/compare/v0.0.5...v0.0.6 diff --git a/wheelfile.py b/wheelfile.py index cddc6af..8183681 100644 --- a/wheelfile.py +++ b/wheelfile.py @@ -54,7 +54,7 @@ from packaging.utils import canonicalize_name from packaging.version import InvalidVersion, Version -__version__ = "0.0.8" +__version__ = "0.0.9" # TODO: ensure that writing into `file` arcname and then into `file/not/really`