From 2bb7a46a434f1bcb0d66c3c996e6d369ff73115e Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sun, 14 Jun 2026 16:17:26 +0000 Subject: [PATCH] chore(release): release 1.1.0 [skip ci] --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef262df..3ea16b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## [1.1.0] - 2026-06-14 + +### Features + +- *(errors)* Preserve jj-emitted errors when loading config +- *(cli)* Add jj-lib version to version output +- *(nix)* Simplify flake.nix, remove devenv +- Implement --new flag +- *(references)* Add ticket reference footers + +### Bug Fixes + +- *(scope)* No new string allocation to count characters + +### Refactor + +- *(nix)* Simplify package declaration +- *(workflow)* Remove unnecessary async declarations +- *(BreakingChange)* Rename method ignore to is_absent +- *(prompter)* Simplify commit type selection + +### Documentation + +- *(contributing)* Clarifying and expanding AI requirements +- *(README)* Update the README to reflect new features + +### Miscellaneous Tasks + +- *(jj-lib)* Upgrade to jj-lib 0.40.0 +- *(nix)* Add archive packages and overhaul CI workflows +- *(nix)* Temporary use of cargoHash instead of cargoLock.lockFile +- *(nix)* Don’t put a zip in a zip ## [1.0.0] - 2026-03-25 ### Features diff --git a/Cargo.lock b/Cargo.lock index cd8e898..e97ef3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "jj-cz" -version = "1.0.1-dev" +version = "1.1.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index acfaf43..2a220eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jj-cz" -version = "1.0.1-dev" +version = "1.1.0" description = "Conventional commits for Jujutsu" edition = "2024" publish = true