Skip to content

Commit 1ee0996

Browse files
authored
Merge pull request #627 from github/release-4.1.0
Release 4.1.0
2 parents ee0355d + 8a63e37 commit 1ee0996

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 4.1.0
10+
11+
### Added
12+
13+
- Custom license terms can be added to dependencies via new configuration options (https://github.com/github/licensed/pull/624)
14+
- Licensed is now integrated with pnpm to enumerate dependencies (https://github.com/github/licensed/pull/626)
15+
916
## 4.0.4
1017

1118
### Changed
@@ -706,4 +713,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
706713

707714
Initial release :tada:
708715

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

Gemfile.lock

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

lib/licensed/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Licensed
3-
VERSION = "4.0.4".freeze
3+
VERSION = "4.1.0".freeze
44

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

0 commit comments

Comments
 (0)