chore: Release comlexr version 1.1.0

This commit is contained in:
2025-01-11 16:01:52 -05:00
parent a4a41c8dfe
commit b87fe80302
4 changed files with 4 additions and 3 deletions

View File

@@ -17,5 +17,6 @@ All notable changes to this project will be documented in this file.
- Clean up parse logic for Value - Clean up parse logic for Value
- Add git hooks - Add git hooks
- Remove earthly check in release just script - Remove earthly check in release just script
- Add CHANGELOG.md
<!-- generated by git-cliff --> <!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@@ -34,7 +34,7 @@ dependencies = [
[[package]] [[package]]
name = "comlexr" name = "comlexr"
version = "1.0.0" version = "1.1.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@@ -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.0.0" version = "1.1.0"
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"

View File

@@ -8,7 +8,7 @@ Add `comlexr` to your project's `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
comlexr = "1.0.0" comlexr = "1.1.0"
``` ```
### Rust Edition ### Rust Edition