Skip to content

Commit e5f5e47

Browse files
committed
changelog: add diff links
1 parent 9a7c22a commit e5f5e47

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,24 @@ All notable changes to this project will be documented in this file.
55
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

8-
## [1.2.0] 2019-11-05
8+
## [Unreleased]
9+
10+
## [1.2.0] - 2019-11-05
911
### Added
1012
- Support for Mac OS X
1113

12-
## [1.1.0] 2019-09-03
14+
## [1.1.0] - 2019-09-03
1315
### Added
1416
- Prepare push to pypi.org
1517
- Converted readme from markdown to ReSructuredText format
1618
- Added module metadata (author, maintainer, url)
1719

18-
## [1.0.0] 2019-09-03
20+
## [1.0.0] - 2019-09-03
1921
### Added
2022
- Class `DLInfo`
2123
- Property `path` returns absolute path to dynamically loaded library
24+
25+
[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.0...HEAD
26+
[0.1.2]: https://github.com/cloudflightio/python-dlinfo/compare/v1.1.0...v1.2.0
27+
[0.1.1]: https://github.com/cloudflightio/python-dlinfo/compare/v1.0.0...v1.1.0
28+
[0.1.0]: https://github.com/cloudflightio/python-dlinfo/releases/tag/v1.0.0

0 commit comments

Comments
 (0)