From b87fe8030271d0da5813be03174adf5b21963fa8 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 11 Jan 2025 16:01:52 -0500 Subject: [PATCH] chore: Release comlexr version 1.1.0 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdcb97..d531a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,5 +17,6 @@ All notable changes to this project will be documented in this file. - Clean up parse logic for Value - Add git hooks - Remove earthly check in release just script +- Add CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 3d2f007..5bab33f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "comlexr" -version = "1.0.0" +version = "1.1.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d635847..e8bf3d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "comlexr" description = "Dynamically build Command objects with conditional expressions" repository = "https://gitlab.com/wunker-bunker/comlexr" -version = "1.0.0" +version = "1.1.0" edition = "2018" license = "MIT" diff --git a/README.md b/README.md index ecf4761..6747ac7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add `comlexr` to your project's `Cargo.toml`: ```toml [dependencies] -comlexr = "1.0.0" +comlexr = "1.1.0" ``` ### Rust Edition