From 6fa4b21c4f3ff7ad88ce8c840ac25a497968a1a4 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 14 Jan 2025 15:55:33 -0500 Subject: [PATCH] chore: Release comlexr version 1.2.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d531a9c..dff6df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2025-01-14 + +### 🚀 Features + +- Add the ability to set current dir and env vars + ## [1.1.0] - 2025-01-11 ### 🚀 Features @@ -18,5 +24,6 @@ All notable changes to this project will be documented in this file. - Add git hooks - Remove earthly check in release just script - Add CHANGELOG.md +- Release comlexr version 1.1.0 diff --git a/Cargo.lock b/Cargo.lock index 5bab33f..2e8d075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "comlexr" -version = "1.1.0" +version = "1.2.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ae6540f..35a5630 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.1.0" +version = "1.2.0" edition = "2021" rust-version = "1.60" license = "MIT" diff --git a/README.md b/README.md index 7c0c028..65b2ace 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add `comlexr` to your project's `Cargo.toml`: ```toml [dependencies] -comlexr = "1.1.0" +comlexr = "1.2.0" ``` ### Rust Edition