Commit 64db015

mo khan <mo.khan@gmail.com>
2020-01-29 23:04:09
Prep for 0.3.0 release
1 parent c133409
Changed files (2)
lib/spandx/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Spandx
-  VERSION = '0.2.0'
+  VERSION = '0.3.0'
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.2.0
+Version 0.3.0
 
 # Changelog
 
@@ -8,9 +8,14 @@ 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.3.0] - 2020-01-29
 ### Added
 - Add `pom.xml` parser
 
+### Changed
+- Change minimum ruby from 2.5 to 2.4
+
 ## [0.2.0] - 2020-01-28
 ### Added
 - Parse .NET `sln` files
@@ -52,7 +57,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.2.0...HEAD
+[Unreleased]: https://github.com/mokhan/spandx/compare/v0.3.0...HEAD
+[0.3.0]: https://github.com/mokhan/spandx/compare/v0.2.0...v0.3.0
 [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