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.4.0
10
+
11
+ ### Added
12
+
13
+ - Licensed status command will alert on stale cached dependency records (https://github.com/github/licensed/pull/657 )
14
+
9
15
## 4.3.1
10
16
11
17
### Changed
@@ -735,4 +741,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
735
741
736
742
Initial release :tada :
737
743
738
- [ Unreleased ] : https://github.com/github/licensed/compare/4.3.1 ...HEAD
744
+ [ Unreleased ] : https://github.com/github/licensed/compare/4.4.0 ...HEAD
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- licensed (4.3.1 )
4
+ licensed (4.4.0 )
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.3.1 " . freeze
3
+ VERSION = "4.4.0 " . 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