Skip to content

Commit

Permalink
document release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jan 16, 2025
1 parent d56f38a commit 2ce5cf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2025-01-16
### Added
- Declare compatibility with `python3.11` & `python3.12` in package's metadata.

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

[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/cloudflightio/python-dlinfo/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.1...v2.0.0
[1.2.1]: https://github.com/cloudflightio/python-dlinfo/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/cloudflightio/python-dlinfo/compare/v1.0.0...v1.1.0
Expand Down

0 comments on commit 2ce5cf7

Please sign in to comment.