File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## 4.0.4
10
+
11
+ ### Changed
12
+
13
+ - Dependency version requirements are more relaxed (https://github.com/github/licensed/pull/619 )
14
+
9
15
## 4.0.3
10
16
11
17
### Changed
@@ -700,4 +706,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
700
706
701
707
Initial release :tada :
702
708
703
- [ Unreleased ] : https://github.com/github/licensed/compare/4.0.3 ...HEAD
709
+ [ Unreleased ] : https://github.com/github/licensed/compare/4.0.4 ...HEAD
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- licensed (4.0.3 )
4
+ licensed (4.0.4 )
5
5
json (~> 2.6 )
6
6
licensee (~> 9.16 )
7
7
parallel (~> 1.22 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Licensed
3
- VERSION = "4.0.3 " . freeze
3
+ VERSION = "4.0.4 " . freeze
4
4
5
5
def self . previous_major_versions
6
6
major_version = Gem ::Version . new ( Licensed ::VERSION ) . segments . first
You can’t perform that action at this time.
0 commit comments