Skip to content

Commit 370e632

Browse files
committed
release v1.2.1
1 parent b727062 commit 370e632

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.2.1] - 2021-04-21
911
### Fixed
1012
- Update package metadata: maintainer, repo url, python version classifiers
1113

@@ -24,7 +26,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2426
- Class `DLInfo`
2527
- Property `path` returns absolute path to dynamically loaded library
2628

27-
[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.0...HEAD
28-
[0.1.2]: https://github.com/cloudflightio/python-dlinfo/compare/v1.1.0...v1.2.0
29-
[0.1.1]: https://github.com/cloudflightio/python-dlinfo/compare/v1.0.0...v1.1.0
30-
[0.1.0]: https://github.com/cloudflightio/python-dlinfo/releases/tag/v1.0.0
29+
[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.1...HEAD
30+
[1.2.1]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.0...v1.2.1
31+
[1.2.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.1.0...v1.2.0
32+
[1.1.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.0.0...v1.1.0
33+
[1.0.0]: https://github.com/cloudflightio/python-dlinfo/releases/tag/v1.0.0

0 commit comments

Comments
 (0)