Skip to content

Commit

Permalink
Release v0.0.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Jan 24, 2021
1 parent d3a8bfa commit 310c642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Nothing yet

### Changed
- Nothing yet

## [0.0.2] - 2021-01-24
### Added
- Read mode (`'r'`) now works.
- Added `write_data` and `writestr_data` methods to `WheelFile` class. Use
these methods to write files to `.data/` directory of the wheel.
Expand All @@ -33,5 +40,6 @@ 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.1...HEAD
[Unreleased]: https://github.com/mrmino/wheelfile/compare/v0.0.2...HEAD
[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 @@ -17,7 +17,7 @@

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

__version__ = '0.0.1'
__version__ = '0.0.2'


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

0 comments on commit 310c642

Please sign in to comment.