Skip to content

Commit

Permalink
release 3.7.3
Browse files Browse the repository at this point in the history
## 3.7.3

### Fixed

- Swift test fixtures build artifacts are now ignored (:tada: @CvX #524)
- Running cargo test fixture setup no longer deletes test files (:tada: @CvX #525)
- Bundler test fixtures are compatible with latest macOS silicon(:tada: @CvX #528)
- Fix segfaults seen using licensed with ruby 3.0.4 (#530)
- Fix compatibility with latest versions of bundler 2.3 (#535)
  • Loading branch information
jonabc committed Aug 17, 2022
1 parent a77e025 commit 418333c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 418333c

Please sign in to comment.