chore: Release comlexr version 1.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -34,7 +34,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "comlexr"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user