diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-20 13:52:45 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-20 13:52:45 -0600 |
| commit | 59927fdd61860c889bd391b63c40a77d750b254b (patch) | |
| tree | bf451c529fe67a6e53d2ea68f600c9f107673f3e | |
| parent | 7d13e24226cf5af2c9c4cb20e1dd3134ffc58bfb (diff) | |
Bump versionv0.11.0
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/spandx/version.rb | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 205eaa1..63d88a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 0.10.1 +Version 0.11.0 # Changelog @@ -8,6 +8,8 @@ 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.11.0] - 2020-03-20 ### Added - Add `--format` option to scan command. - Read from offline `nuget` cache. diff --git a/Gemfile.lock b/Gemfile.lock index 27924ab..2095f1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spandx (0.10.1) + spandx (0.11.0) 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 7d86e22..ec03076 100644 --- a/lib/spandx/version.rb +++ b/lib/spandx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spandx - VERSION = '0.10.1' + VERSION = '0.11.0' end |
