From 66166b47f087b3b78fc78b550cf6f70bebf377d4 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 18 May 2025 12:53:54 -0400 Subject: [PATCH] chore: Release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- README.md | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd296d8..77b5e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.4.2] - 2025-05-18 + +### ⚙️ Miscellaneous Tasks + +- Clippy fixes + ## [1.4.1] - 2025-04-06 ### ⚙️ Miscellaneous Tasks - Upgrade deps +- Release ## [1.4.0] - 2025-04-06 diff --git a/Cargo.lock b/Cargo.lock index 2c9e0ee..1e2e530 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "comlexr" -version = "1.4.1" +version = "1.4.2" dependencies = [ "comlexr_macro", "rstest", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "comlexr_macro" -version = "1.4.1" +version = "1.4.2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ec2d8e5..4afc65a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["macro"] [workspace.package] description = "Dynamically build Command objects with conditional expressions" repository = "https://gitlab.com/wunker-bunker/comlexr" -version = "1.4.1" +version = "1.4.2" edition = "2021" rust-version = "1.60" license = "MIT" @@ -43,7 +43,7 @@ pre-release-replacements = [ all-features = true [dependencies] -comlexr_macro = { version = "=1.4.1", path = "./macro" } +comlexr_macro = { version = "=1.4.2", path = "./macro" } thiserror = "1.0.65" [dev-dependencies] diff --git a/README.md b/README.md index c21de12..e677df2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add `comlexr` to your project's `Cargo.toml`: ```toml [dependencies] -comlexr = "1.4.1" +comlexr = "1.4.2" ``` ## MSRV