Commit cccbad0

mo khan <mo.khan@gmail.com>
2020-01-29 00:09:14
Prep 0.2.0 release tag: v0.2.0
1 parent a283b63
Changed files (3)
lib/spandx/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Spandx
-  VERSION = '0.1.7'
+  VERSION = '0.2.0'
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.1.7
+Version 0.2.0
 
 # Changelog
 
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 ### Added
+- Nil
+
+## [0.2.0] - 2020-01-28
+### Added
 - Parse .NET `sln` files
 - Add ability to choose Levenshtein algorithm
 
@@ -48,7 +52,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.1.7...HEAD
+[Unreleased]: https://github.com/mokhan/spandx/compare/v0.2.0...HEAD
+[0.2.0]: https://github.com/mokhan/spandx/compare/v0.1.7...v0.2.0
 [0.1.7]: https://github.com/mokhan/spandx/compare/v0.1.6...v0.1.7
 [0.1.6]: https://github.com/mokhan/spandx/compare/v0.1.5...v0.1.6
 [0.1.5]: https://github.com/mokhan/spandx/compare/v0.1.4...v0.1.5
Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    spandx (0.1.7)
+    spandx (0.2.0)
       bundler (>= 1.16, < 3.0.0)
       net-hippie (~> 0.3)
       nokogiri (~> 1.10)