summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-28 17:09:14 -0700
committermo khan <mo.khan@gmail.com>2020-01-28 17:09:14 -0700
commitcccbad0aa7b5afad5d0ec44cf2803a209c640757 (patch)
tree0b371a055855d58b0f26883262e1935df8624f9d
parenta283b635f1ab3c6424d90d8cb96a3b4bf9e1417d (diff)
Prep 0.2.0 releasev0.2.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/spandx/version.rb2
3 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19c4bc4..c495d9d 100644
--- a/CHANGELOG.md
+++ b/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
diff --git a/Gemfile.lock b/Gemfile.lock
index 491a3f7..ed51181 100644
--- a/Gemfile.lock
+++ b/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)
diff --git a/lib/spandx/version.rb b/lib/spandx/version.rb
index e2b190e..63979b5 100644
--- a/lib/spandx/version.rb
+++ b/lib/spandx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Spandx
- VERSION = '0.1.7'
+ VERSION = '0.2.0'
end