diff --git a/CHANGELOG.md b/CHANGELOG.md index 2065003..fe62edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan ## [Unreleased] -## [0.42.0-SNAPSHOT] +## [0.42.0] - 2023-01-10 + +### Changed +- Code formatting + +## [0.42.0-SNAPSHOT] - 2022-12-30 ### Changed - Python packages version resolution migrated to PyPI Simple API for @@ -376,8 +381,9 @@ weak copyleft types. ### Added - Structure for Leiningen app project -[Unreleased]: https://github.com/pilosus/pip-license-checker/compare/0.42.0-SNAPSHOT...HEAD -[0.42.0-SNAPSHOT]: https://github.com/pilosus/pip-license-checker/compare/0.42.0-SNAPSHOT...0.41.1 +[Unreleased]: https://github.com/pilosus/pip-license-checker/compare/0.42.0...HEAD +[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 [0.41.1]: https://github.com/pilosus/pip-license-checker/compare/0.41.0...0.41.1 [0.41.0]: https://github.com/pilosus/pip-license-checker/compare/0.40.0...0.41.0 [0.40.0]: https://github.com/pilosus/pip-license-checker/compare/0.39.0...0.40.0 diff --git a/project.clj b/project.clj index 77af274..4cf8c7c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.pilosus/pip-license-checker "0.42.0-SNAPSHOT" +(defproject org.pilosus/pip-license-checker "0.42.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"