Skip to content

Commit

Permalink
Adding new changelog for v0.3.0. Version bump in cargo.toml. Update r…
Browse files Browse the repository at this point in the history
…elease section in dev docs
  • Loading branch information
JeffreyHuynh1 committed Oct 4, 2023
1 parent 4570ad1 commit 5bd7bd5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.3.0

Features:
- Broker is able to toggle if users want to scan branches, as well as being able to target specific branches to scan. Broker is also
able to toggle scanning tags.
- Broker checks for early network misconfigurations with preflight checks
- Broker fix surfaces failing integration scans
- Broker now does not fail fatally and has just has those errors surfaced
- Broker now detects unknown fields in config and returns errors

## v0.2.3

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "broker"
version = "0.3.0-pre"
version = "0.3.0"
edition = "2021"
description = "The bridge between FOSSA and internal DevOps services"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ matching the `version` field, with a `v` prefix.

In the future, the plan is to automate the release process with `make release`.

**It is recommended** to instead use `cargo release`, which automates much of this process and has
**It is recommended** to instead use `cargo release` (`cargo install cargo-release` for installation), which automates much of this process and has
some safety checks (for example it ensures you're tagging on `main`):

```
Expand Down

0 comments on commit 5bd7bd5

Please sign in to comment.