From 8b2d3c39168709d1ebb1ea92a09d1b332119ca8b Mon Sep 17 00:00:00 2001 From: Nic Ficca Date: Mon, 23 Sep 2024 13:19:00 -0400 Subject: [PATCH] Update cargo version and changelog --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96d70b..e9dcb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.2 + +Features: +- Simplify trace output to reduce trace file size + ## v0.3.1 Features: @@ -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 diff --git a/Cargo.lock b/Cargo.lock index dbcfda1..a1b8857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "broker" -version = "0.3.1" +version = "0.3.2" dependencies = [ "aho-corasick 0.7.20", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bdfea98..5b151d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"