chore: Release comlexr version 1.2.0
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [1.1.0] - 2025-01-11
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -18,5 +24,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Add git hooks
|
- Add git hooks
|
||||||
- Remove earthly check in release just script
|
- Remove earthly check in release just script
|
||||||
- Add CHANGELOG.md
|
- Add CHANGELOG.md
|
||||||
|
- Release comlexr version 1.1.0
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
<!-- generated by git-cliff -->
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -34,7 +34,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "comlexr"
|
name = "comlexr"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "comlexr"
|
name = "comlexr"
|
||||||
description = "Dynamically build Command objects with conditional expressions"
|
description = "Dynamically build Command objects with conditional expressions"
|
||||||
repository = "https://gitlab.com/wunker-bunker/comlexr"
|
repository = "https://gitlab.com/wunker-bunker/comlexr"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user