CHANGELOG.md in licensed-3.7.4 vs CHANGELOG.md in licensed-3.7.5
- old
+ new
@@ -4,10 +4,16 @@
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]
+## 3.7.5
+
+### Fixed
+
+- Python dependency metadata will be correctly parsed from the ouput of `pip show` (https://github.com/github/licensed/pull/555)
+
## 3.7.4
### Fixed
- Licenses for Python dependencies built with Hatchling are correctly found (https://github.com/github/licensed/pull/547)
@@ -635,6 +641,6 @@
## 1.0.0
2018-02-20
Initial release :tada:
-[Unreleased]: https://github.com/github/licensed/compare/3.7.4...HEAD
+[Unreleased]: https://github.com/github/licensed/compare/3.7.5...HEAD