Skip to content

Commit

Permalink
Release v0.0.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed May 5, 2021
1 parent 6f93fcd commit cbe0330
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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]
## [Unreleased] - 2021-05-05
### Added
Nothing yet.

## [0.0.4] - 2021-05-05
### Added
- `WheelFile.write` and `WheelFile.write_data` now accept a `recursive`
keyword-only argument, which makes both of them recursively add the whole
Expand Down Expand Up @@ -55,7 +59,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.3...HEAD
[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/mrmino/wheelfile/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/mrmino/wheelfile/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mrmino/wheelfile/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/mrmino/wheelfile/releases/tags/v0.0.1

0 comments on commit cbe0330

Please sign in to comment.