Skip to content

Commit

Permalink
🎉 v0.0.8 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Aug 2, 2021
1 parent 5262b8c commit abf0c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wheelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit abf0c32

Please sign in to comment.