From a24e1ff59814e2d8293f296a1cf7e145f08240cd Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Tue, 24 Dec 2024 16:12:39 +0100 Subject: [PATCH] Prepares release 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7a777a..45c09e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gwv" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b4c60ed..51447f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gwv" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["ubiratan.f.soares@gmail.com"] description = "A validator for gradle/wrapper jar binaries, intended to be used in CI pipelines" diff --git a/docs/changelog.md b/docs/changelog.md index 6c0a4b7..276d282 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,19 @@ We follow the [Keep a Changelog](https://keepachangelog.com) conventions for release notes. All notable project changes will be documented here. +## Version 0.3.1 + +Released at **2024-12-24** + +### Changed + +- Changed the underlying HTTP engine used to fetch checksums + +### Fixed + +- Security vulnerability related to old `idna` version +- https://github.com/dotanuki-labs/gradle-wrapper-validator/security/dependabot/2 + ## Version 0.3.0 Released at **2024-08-04**