From 418333c2d9fddc003f7f37e5b42ae7e1e7a7fdd7 Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Tue, 16 Aug 2022 20:18:13 -0700 Subject: [PATCH] release 3.7.3 ## 3.7.3 ### Fixed - Swift test fixtures build artifacts are now ignored (:tada: @CvX https://github.com/github/licensed/pull/524) - Running cargo test fixture setup no longer deletes test files (:tada: @CvX https://github.com/github/licensed/pull/525) - Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX https://github.com/github/licensed/pull/528) - Fix segfaults seen using licensed with ruby 3.0.4 (https://github.com/github/licensed/pull/530) - Fix compatibility with latest versions of bundler 2.3 (https://github.com/github/licensed/pull/535) --- CHANGELOG.md | 12 +++++++++++- lib/licensed/version.rb | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ed452b..d1c97df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 3.7.3 + +### Fixed + +- Swift test fixtures build artifacts are now ignored (:tada: @CvX https://github.com/github/licensed/pull/524) +- Running cargo test fixture setup no longer deletes test files (:tada: @CvX https://github.com/github/licensed/pull/525) +- Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX https://github.com/github/licensed/pull/528) +- Fix segfaults seen using licensed with ruby 3.0.4 (https://github.com/github/licensed/pull/530) +- Fix compatibility with latest versions of bundler 2.3 (https://github.com/github/licensed/pull/535) + ## 3.7.2 ### Fixed @@ -620,4 +630,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.2...HEAD +[Unreleased]: https://github.com/github/licensed/compare/3.7.3...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index 910723f6..e3faf060 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "3.7.2".freeze + VERSION = "3.7.3".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first