diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/spandx/version.rb | 2 |
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 |
