diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-13 18:06:58 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-13 18:06:58 -0700 |
| commit | 70518f938cd7ddf13cb3332ad3b1e94538c94f24 (patch) | |
| tree | 25146a39195ad83e79dd0cfed5bc71d930ab61db | |
| parent | 269abf211a37c9e0e72aee70d64c0193b5f6ad03 (diff) | |
prep 0.5.0 releasev0.5.0
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/spandx/version.rb | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 281fec0..dda33cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 0.4.1 +Version 0.5.0 # Changelog @@ -8,8 +8,11 @@ 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.5.0] - 2020-02-13 ### Added - Add jaro winkler string similarity support. +- Attempt to resolve rubygems dependencies via `spandx-rubygems` index. ### Changed - Make `text` and `jaro_winkler` gems a soft dependency. @@ -70,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Provide ruby API to the latest SPDX catalogue. -[Unreleased]: https://github.com/mokhan/spandx/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/mokhan/spandx/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/mokhan/spandx/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/mokhan/spandx/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/mokhan/spandx/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/mokhan/spandx/compare/v0.2.0...v0.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 248e0d4..77b2bd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spandx (0.4.1) + spandx (0.5.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 854333d..ebd0bdf 100644 --- a/lib/spandx/version.rb +++ b/lib/spandx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Spandx - VERSION = '0.4.1' + VERSION = '0.5.0' end |
