From bd18e6715d185f7ff00b34312725e589eb0595c6 Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Thu, 20 Oct 2022 08:08:29 -0700 Subject: [PATCH 1/2] release 3.7.5 ### Fixed - Python dependency metadata will be correctly parsed from the ouput of `pip show` (https://github.com/github/licensed/pull/555) --- CHANGELOG.md | 8 +++++++- lib/licensed/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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 From ace6c04c00960e764cd23d630613e36fc49b6594 Mon Sep 17 00:00:00 2001 From: licensed-ci Date: Thu, 20 Oct 2022 15:09:18 +0000 Subject: [PATCH 2/2] Auto-update license files --- .licenses/bundler/bundler.dep.yml | 2 +- .licenses/bundler/nokogiri.dep.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.licenses/bundler/bundler.dep.yml b/.licenses/bundler/bundler.dep.yml index 74f4e9e2..ee9f98c5 100644 --- a/.licenses/bundler/bundler.dep.yml +++ b/.licenses/bundler/bundler.dep.yml @@ -1,6 +1,6 @@ --- name: bundler -version: 2.3.23 +version: 2.3.24 type: bundler summary: The best way to manage your application's dependencies homepage: https://bundler.io 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