summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-18 19:27:34 -0600
committermo khan <mo.khan@gmail.com>2020-04-18 19:27:34 -0600
commit30f613eab7fc455c9acb85ebd69c13dc1ca6940b (patch)
treeda07d3830f58102e2c25fde575e7ee907423a8cf
parent0a284b43133753db5ee3dc54a281c4181b42aa06 (diff)
Insert nuget packages with unknown license into cachev0.12.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/spandx/version.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1e123b..036175a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.12.1
+Version 0.12.2
# Changelog
@@ -8,12 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [0.12.2] - 2020-04-18
+### Fixed
+- Insert entries with unknown license into cache instead of one large dead letter file that is too big to commit to git.
## [0.12.1] - 2020-04-17
### Fixed
- Revert ruby version constraint to support 2.4+
-
## [0.12.0] - 2020-04-14
### Added
- Add `--format csv` option to scan command.
diff --git a/Gemfile.lock b/Gemfile.lock
index 2939178..f2368d3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- spandx (0.12.1)
+ spandx (0.12.2)
addressable (~> 2.7)
bundler (>= 1.16, < 3.0.0)
net-hippie (~> 0.3)
diff --git a/lib/spandx/version.rb b/lib/spandx/version.rb
index 9065c7d..9097454 100644
--- a/lib/spandx/version.rb
+++ b/lib/spandx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Spandx
- VERSION = '0.12.1'
+ VERSION = '0.12.2'
end