diff --git a/changelog.md b/changelog.md index 721d56c..8323e81 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2024-06-14 + +- Switch from `pkg_resources` (deprecated) to `importlib`+`distutils`, deprecate + Python 3.7 + [[PR](https://github.com/f-dangel/unfoldNd/pull/37)] + ## [0.2.1] - 2024-01-10 ### Fixed @@ -49,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/f-dangel/unfoldNd/compare/0.2.1...HEAD +[Unreleased]: https://github.com/f-dangel/unfoldNd/compare/0.2.2...HEAD +[0.2.2]: https://github.com/f-dangel/unfoldNd/compare/0.1.0...0.2.2 [0.2.1]: https://github.com/f-dangel/unfoldNd/compare/0.1.0...0.2.1 [0.2.0]: https://github.com/f-dangel/unfoldNd/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/f-dangel/unfoldNd/compare/0.0.1...0.1.0