Commit 70518f9

mo khan <mo.khan@gmail.com>
2020-02-14 01:06:58
prep 0.5.0 release tag: v0.5.0
1 parent 269abf2
Changed files (3)
lib/spandx/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Spandx
-  VERSION = '0.4.1'
+  VERSION = '0.5.0'
 end
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
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)