chore(release): release 1.1.0 [skip ci]
This commit is contained in:
@@ -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
|
## [1.0.0] - 2026-03-25
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
Generated
+1
-1
@@ -1804,7 +1804,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jj-cz"
|
name = "jj-cz"
|
||||||
version = "1.0.1-dev"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"assert_fs",
|
"assert_fs",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "jj-cz"
|
name = "jj-cz"
|
||||||
version = "1.0.1-dev"
|
version = "1.1.0"
|
||||||
description = "Conventional commits for Jujutsu"
|
description = "Conventional commits for Jujutsu"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
publish = true
|
publish = true
|
||||||
|
|||||||
Reference in New Issue
Block a user