Skip to content

Commit 2ce5cf7

Browse files
committed
document release v2.0.0
1 parent d56f38a commit 2ce5cf7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [2.0.0] - 2025-01-16
911
### Added
1012
- Declare compatibility with `python3.11` & `python3.12` in package's metadata.
1113

@@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3638
- Class `DLInfo`
3739
- Property `path` returns absolute path to dynamically loaded library
3840

39-
[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.1...HEAD
41+
[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v2.0.0...HEAD
42+
[2.0.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.1...v2.0.0
4043
[1.2.1]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.0...v1.2.1
4144
[1.2.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.1.0...v1.2.0
4245
[1.1.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)