Skip to content

Commit

Permalink
chore: document that we still expect to make API changes
Browse files Browse the repository at this point in the history
We'll likely want to refactor the task structure when we
implement sbt#89, sbt#90 or sbt#91, it might be nice to explicitly
set expectations around this without making it a blocker
for doing earlier releases.
  • Loading branch information
raboof committed Nov 14, 2024
1 parent cd85d3b commit 51600d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ lazy val root = (project in file("."))
)
```

## CycloneDX support
## Stability

Actually, only version 1.0 of the CycloneDX specification is supported. Support for later versions of the specification, such as for creating BOMs in json format, is expected later.
We believe this plugin is stable enough to be used in production, but
we do not yet promise API stability: you may need to make configuration
changes or encounter changed behaviour when updating the plugin.

## Contributing

Expand Down

0 comments on commit 51600d2

Please sign in to comment.