Skip to content

Commit

Permalink
Release v0.6.0 (#8)
Browse files Browse the repository at this point in the history
Changes:

* Support newer Rebar3 pkg tuples (#5)
* Replace `http_uri` with `uri_string`, to support OTP 25 (#7)

Now requires OTP 21 or later
  • Loading branch information
voltone authored Jul 18, 2022
1 parent 122659d commit 24f157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_sbom.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_sbom,
[{description, "Rebar3 plugin to generate CycloneDX SBoM"},
{vsn, "0.5.1"},
{vsn, "0.6.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 24f157a

Please sign in to comment.