Skip to content

Commit

Permalink
Merge pull request #632 from github/release-4.2.0
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
jonabc authored Feb 25, 2023
2 parents 39bec7d + c20fd0a commit f4875ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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]

## 4.2.0

### Added

- Reviewed and ignored configuration lists support matching on versions and version ranges (https://github.com/github/licensed/pull/629)

### Fixed

- Licensed should more reliably source dependencies from Gradle >= 8.0 (https://github.com/github/licensed/pull/630)

## 4.1.0

### Added
Expand Down Expand Up @@ -713,4 +723,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/4.1.0...HEAD
[Unreleased]: https://github.com/github/licensed/compare/4.2.0...HEAD
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
licensed (4.1.0)
licensed (4.2.0)
json (~> 2.6)
licensee (~> 9.16)
parallel (~> 1.22)
Expand Down
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 = "4.1.0".freeze
VERSION = "4.2.0".freeze

def self.previous_major_versions
major_version = Gem::Version.new(Licensed::VERSION).segments.first
Expand Down

0 comments on commit f4875ba

Please sign in to comment.