Skip to content

Commit f4875ba

Browse files
authored
Merge pull request #632 from github/release-4.2.0
Release 4.2.0
2 parents 39bec7d + c20fd0a commit f4875ba

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 4.2.0
10+
11+
### Added
12+
13+
- Reviewed and ignored configuration lists support matching on versions and version ranges (https://github.com/github/licensed/pull/629)
14+
15+
### Fixed
16+
17+
- Licensed should more reliably source dependencies from Gradle >= 8.0 (https://github.com/github/licensed/pull/630)
18+
919
## 4.1.0
1020

1121
### Added
@@ -713,4 +723,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
713723

714724
Initial release :tada:
715725

716-
[Unreleased]: https://github.com/github/licensed/compare/4.1.0...HEAD
726+
[Unreleased]: https://github.com/github/licensed/compare/4.2.0...HEAD

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
licensed (4.1.0)
4+
licensed (4.2.0)
55
json (~> 2.6)
66
licensee (~> 9.16)
77
parallel (~> 1.22)

lib/licensed/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Licensed
3-
VERSION = "4.1.0".freeze
3+
VERSION = "4.2.0".freeze
44

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

0 commit comments

Comments
 (0)