Skip to content

Commit

Permalink
🎉 v0.0.9 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Jul 18, 2024
1 parent 99f72fd commit ad84dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wheelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ad84dc2

Please sign in to comment.