Skip to content

Commit c16dbbd

Browse files
committed
Feature release
* Changed * CLI via `composer make-bom` * All informational/error output will appear on _STDERR_, was _STDOUT_. Output of the SBoM might still happen on _STDOUT_. This makes utilization of _STDOUT_ via `--output-file=-` more flexible (pipe, redirect) whilst verbosity can be increased via `-v`. * Added * CLI via `composer make-bom` * Added an optional argument `composer-file`. If given, then the SBoM is generated based on that file instead of the file in the current working directory. This enables the plugin to analyze projects outside the plugin's own setup. * Fixed * Fixed detection of invalid/outdated composer lock file. * Fixed a rare case that caused the CLI to crash unexpectedly, if the composer lock file was unexpected. * Misc * Added composer keywords. * Refactored the plugin's internals. * Added more tests for internals. Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0d84778 commit c16dbbd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

HISTORY.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
## 3.2.0
6+
57
* Changed
68
* CLI via `composer make-bom`
79
* All informational/error output will appear on _STDERR_, was _STDOUT_.
@@ -17,9 +19,9 @@
1719
* Fixed detection of invalid/outdated composer lock file.
1820
* Fixed a rare case that caused the CLI to crash unexpectedly, if the composer lock file was unexpected.
1921
* Misc
20-
* Internals
21-
* Refactored the plugin's internals.
22-
* Added more tests.
22+
* Added composer keywords.
23+
* Refactored the plugin's internals.
24+
* Added more tests for internals.
2325

2426
## 3.1.1
2527

semver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.2.0

0 commit comments

Comments
 (0)