From abf0c32a15c4dbeb0df2e941ba7d62e712c1e547 Mon Sep 17 00:00:00 2001 From: Blazej Michalik Date: Tue, 3 Aug 2021 00:18:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20v0.0.8=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- wheelfile.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38caaae..04f3f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +Nothing yet. + +## [0.0.8] - 2021-08-03 ### Changed - Since `WheelFile` write methods now have `skipdir=True` default (see below), writing recursively from a directory will no longer produce entries for @@ -176,7 +179,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.7...HEAD +[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.8...HEAD +[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 [0.0.5]: https://github.com/mrmino/wheelfile/compare/v0.0.4...v0.0.5 diff --git a/wheelfile.py b/wheelfile.py index 1138f88..929e5ab 100644 --- a/wheelfile.py +++ b/wheelfile.py @@ -60,7 +60,7 @@ from typing import Optional, Union, List, Dict, IO, BinaryIO -__version__ = '0.0.7' +__version__ = '0.0.8' # TODO: ensure that writing into `file` arcname and then into `file/not/really`