diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c71a55..f33c4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan ## [Unreleased] +## [0.43.0] - 2023-02-10 + ### Fixed - Resolve versions for yanked Python packages for [exact version matching](https://peps.python.org/pep-0440/#version-matching) and @@ -404,7 +406,8 @@ weak copyleft types. ### Added - Structure for Leiningen app project -[Unreleased]: https://github.com/pilosus/pip-license-checker/compare/0.42.1...HEAD +[Unreleased]: https://github.com/pilosus/pip-license-checker/compare/0.43.0...HEAD +[0.43.0]: https://github.com/pilosus/pip-license-checker/compare/0.42.1...0.43.0 [0.42.1]: https://github.com/pilosus/pip-license-checker/compare/0.42.0...0.42.1 [0.42.0]: https://github.com/pilosus/pip-license-checker/compare/0.42.0-SNAPSHOT...0.42.0 [0.42.0-SNAPSHOT]: https://github.com/pilosus/pip-license-checker/compare/0.41.1...0.42.0-SNAPSHOT diff --git a/project.clj b/project.clj index 5237511..a3c55fb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.pilosus/pip-license-checker "0.43.0-SNAPSHOT" +(defproject org.pilosus/pip-license-checker "0.43.0" :description "License compliance tool to identify dependencies license names and types: permissive, copyleft, proprietory, etc." :url "https://github.com/pilosus/pip-license-checker" :license {:name "Eclipse Public License 2.0 OR GNU GPL v2+ with Classpath exception"