diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | spec/integration/cli/build_spec.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd15b68..c1be5d3 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/spec/integration/cli/build_spec.rb b/spec/integration/cli/build_spec.rb index 99bb5a3..0e51301 100644 --- a/spec/integration/cli/build_spec.rb +++ b/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 |
