Skip to content

Commit 0d80629

Browse files
committed
Prepare for release
1 parent c80359e commit 0d80629

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# Whirlpool ChangeLog
1+
# Whirlpool Changelog
22

33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog][keepachangelog] and this
55
project adheres to [Semantic Versioning][semver].
66

7-
## [Unreleased]
7+
## [1.0.0] (2018-02-19)
88

99
### Added
1010

1111
- Port to Python 3.
12-
- Added PyPy support (PyPy3 does not work due to functions
13-
that have not yet been ported, like `PyUnicode_New`).
12+
- Added PyPy support. PyPy3 does not work due to functions
13+
that have not yet been ported (like missing `PyUnicode_New`).
1414
- Added Continuous Integration using Travis CI and AppVeyor.
15-
- Added automatic upload to PyPI on successful build tags.
15+
- Added automatic upload to PyPI for successful build tags. Proper
16+
vX.Y.Z style tags upload to production PyPI, any other build
17+
(including .devX appended) upload to Test PyPI.
1618

1719
### Fixed
1820

@@ -24,7 +26,7 @@ project adheres to [Semantic Versioning][semver].
2426
- Package ownership transferred to Olaf Conradi.
2527
- Started using [Semantic Versioning][semver] together with
2628
[Keep a Changelog][keepachangelog].
27-
- Restructured package setup and distribution scripts.
29+
- Restructured the package setup and revamped build scripts.
2830

2931
### Deprecated
3032

@@ -56,7 +58,7 @@ project adheres to [Semantic Versioning][semver].
5658

5759
- Initial commit by James Cleveland.
5860

59-
[Unreleased]: https://github.com/oohlaf/python-whirlpool/compare/v0.3...HEAD
61+
[1.0.0]: https://github.com/oohlaf/python-whirlpool/compare/v0.3...v1.0.0
6062
[0.3]: https://github.com/oohlaf/python-whirlpool/compare/v0.1...v0.3
6163
[semver]: https://semver.org/spec/v2.0.0.html
6264
[keepachangelog]: http://keepachangelog.com/en/1.0.0/

0 commit comments

Comments
 (0)