diff --git a/.licenses/bundler/nokogiri.dep.yml b/.licenses/bundler/nokogiri.dep.yml index aa9b8162..2c79df7e 100644 --- a/.licenses/bundler/nokogiri.dep.yml +++ b/.licenses/bundler/nokogiri.dep.yml @@ -1,6 +1,6 @@ --- name: nokogiri -version: 1.13.8 +version: 1.13.9 type: bundler summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. homepage: https://nokogiri.org diff --git a/CHANGELOG.md b/CHANGELOG.md index e1709139..a72119f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [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 @@ -637,4 +643,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. 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 diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index ce8e47fa..bec2c591 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "3.7.4".freeze + VERSION = "3.7.5".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first