Skip to content

Commit

Permalink
Release v0.0.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Mar 28, 2021
1 parent e1be284 commit ae3b21c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Added
- Nothing yet

### Changed
- Nothing yet

## [0.0.3] - 2021-03-28

Big thanks to [e2thenegpii](https://github.com/e2thenegpii) for their
contributions - both of the fixes below came from them.

### Changed
- Fixed an issue breaking causing long METADATA lines to be broken into
multiple shorter lines
Expand Down Expand Up @@ -43,6 +51,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- First working version of the library.
- It's possible to create wheels from scratch.

[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.2...HEAD
[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.3...HEAD
[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
2 changes: 1 addition & 1 deletion wheelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

from typing import Optional, Union, List, Dict, IO, BinaryIO

__version__ = '0.0.2'
__version__ = '0.0.3'


# TODO: idea: Corrupted class: denotes that something is present, but could not
Expand Down

0 comments on commit ae3b21c

Please sign in to comment.