File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## 2.13.0
10
+ 2020-09-23
11
+
12
+ ### Added
13
+ - ` status ` command results can be output in YAML and JSON formats (:tada : @julianvilas https://github.com/github/licensed/pull/303 )
14
+
15
+ ### Fixed
16
+ - ` licensed ` no longer crashes when parsing invalid YAML from cached records (https://github.com/github/licensed/pull/306 )
17
+ - NPM source will no longer crash when invalid JSON is returned from npm CLI calls (https://github.com/github/licensed/pull/300 )
18
+ - Bundler source is fixed to work properly with ` gems.rb ` lockfiles (https://github.com/github/licensed/pull/299 )
19
+
9
20
## 2.12.2
10
21
2020-07-07
11
22
@@ -17,7 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
28
2020-06-30
18
29
19
30
### Fixed
20
- - ` licensed ` no longer exits an error code when using the ` --sources ` CLI argument(https://github.com/github/licensed/pull/290 )
31
+ - ` licensed ` no longer exits an error code when using the ` --sources ` CLI argument (https://github.com/github/licensed/pull/290 )
21
32
22
33
## 2.12.0
23
34
2020-06-19
@@ -340,4 +351,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
340
351
341
352
Initial release :tada :
342
353
343
- [ Unreleased ] : https://github.com/github/licensed/compare/2.12.2 ...HEAD
354
+ [ Unreleased ] : https://github.com/github/licensed/compare/2.13.0 ...HEAD
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Licensed
3
- VERSION = "2.12.2 " . freeze
3
+ VERSION = "2.13.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