Commit 7126222

mo khan <mo.khan@gmail.com>
2020-04-19 16:01:34
Fix failing spec and update CHANGELOG tag: v0.12.3
1 parent c8e53c8
Changed files (2)
spec
integration
spec/integration/cli/build_spec.rb
@@ -11,6 +11,8 @@ RSpec.describe '`spandx build` command', type: :cli do
         -h, [--help], [--no-help]    # Display usage information
         -d, [--directory=DIRECTORY]  # Directory to build index in
                                      # Default: .index
+        -l, [--logfile=LOGFILE]      # Path to a logfile
+                                     # Default: /dev/null
         -i, [--index=INDEX]          # The specific index to build
                                      # Default: all
 
CHANGELOG.md
@@ -144,7 +144,9 @@ 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.12.1...HEAD
+[Unreleased]: https://github.com/mokhan/spandx/compare/v0.12.3...HEAD
+[0.12.3]: https://github.com/mokhan/spandx/compare/v0.12.2...v0.12.3
+[0.12.2]: https://github.com/mokhan/spandx/compare/v0.12.1...v0.12.2
 [0.12.1]: https://github.com/mokhan/spandx/compare/v0.12.0...v0.12.1
 [0.12.0]: https://github.com/mokhan/spandx/compare/v0.11.0...v0.12.0
 [0.11.0]: https://github.com/mokhan/spandx/compare/v0.10.1...v0.11.0