Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bb7a46a43 |
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -1804,7 +1804,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jj-cz"
|
||||
version = "1.0.1-dev"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"assert_fs",
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user