From ae3b21c4293d4c32a5ab50f9a089e46545a091a9 Mon Sep 17 00:00:00 2001 From: Blazej Michalik Date: Sun, 28 Mar 2021 03:41:47 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v0.0.3=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++++++- wheelfile.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72dd87a..abbd7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/wheelfile.py b/wheelfile.py index 8f6be32..4559e00 100644 --- a/wheelfile.py +++ b/wheelfile.py @@ -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