From 92247b23b8aba8f53004466486b5c7d34b1a50bf Mon Sep 17 00:00:00 2001 From: banditopazzo Date: Tue, 24 Oct 2023 15:15:38 +0200 Subject: [PATCH] chore: prepare release --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d5316..bab8ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2023-10-24 + +- change authentication to api key +- add status of analysis to overview +- add critical field to cves +- improve github actions + +## [0.3.1] - 2022-11-14 + +- Minor fixes + +## [0.3.0] - 2022-11-11 + +- Added container/docker-lite subtype +- Improved cve-check analysis results + ## [0.2.0] - 2022-10-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 104d426..d98154c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,7 +304,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "cosmo-cli" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index eeacf11..94e1597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmo-cli" -version = "0.3.1" +version = "0.4.0" description = "Easy Cosmo pipeline helper" authors = [ "banditopazzo ",