From b9709e6d61bd1418c8e2a543e113181bfa34fe6b Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:09:50 -0500 Subject: [PATCH] Release v0.38 with a dozen new lints and a fix for metadata linting. (#1041) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc0673ac..48378429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ dependencies = [ [[package]] name = "cargo-semver-checks" -version = "0.37.0" +version = "0.38.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 54ce0538..ed260d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-semver-checks" -version = "0.37.0" +version = "0.38.0" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"