summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-19 23:42:28 -0600
committermo khan <mo.khan@gmail.com>2020-05-19 23:42:28 -0600
commita5deec1a6b76936cc0f04ad4678d82f8eeafb79a (patch)
tree4272195c9094d4e8bdaa0d2d233e43b8f6f2cfec
parent41612a8ce02ba61dc76da5500076746757e1a89b (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/spandx/version.rb2
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a51725f..e6f197c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.13.2
+Version 0.13.3
# Changelog
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.13.3] - 2020-05-19
+### Fixed
+- Ignore invalid URLs during scan.
+
## [0.13.2] - 2020-05-17
### Fixed
- Detect licenses when provided as an array.
@@ -177,7 +181,10 @@ 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/spandx/spandx/compare/v0.13.0...HEAD
+[Unreleased]: https://github.com/spandx/spandx/compare/v0.13.3...HEAD
+[0.13.0]: https://github.com/spandx/spandx/compare/v0.13.2...v0.13.3
+[0.13.0]: https://github.com/spandx/spandx/compare/v0.13.1...v0.13.2
+[0.13.0]: https://github.com/spandx/spandx/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/spandx/spandx/compare/v0.12.3...v0.13.0
[0.12.3]: https://github.com/spandx/spandx/compare/v0.12.2...v0.12.3
[0.12.2]: https://github.com/spandx/spandx/compare/v0.12.1...v0.12.2
diff --git a/lib/spandx/version.rb b/lib/spandx/version.rb
index e2f8abb..b9cbccc 100644
--- a/lib/spandx/version.rb
+++ b/lib/spandx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Spandx
- VERSION = '0.13.2'
+ VERSION = '0.13.3'
end