Skip to content

Commit

Permalink
Update cargo version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nficca committed Sep 23, 2024
1 parent d08480a commit 8b2d3c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.2

Features:
- Simplify trace output to reduce trace file size

## v0.3.1

Features:
Expand All @@ -6,7 +11,7 @@ Features:
## 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
- 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
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.1"
version = "0.3.2"
edition = "2021"
description = "The bridge between FOSSA and internal DevOps services"
readme = "README.md"
Expand Down

0 comments on commit 8b2d3c3

Please sign in to comment.