Skip to content

Commit 94269d2

Browse files
committed
release: 0.29.0
Signed-off-by: Austin Seipp <[email protected]>
1 parent 5017c44 commit 94269d2

File tree

3 files changed

+54
-9
lines changed

3 files changed

+54
-9
lines changed

CHANGELOG.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

1111
### Release highlights
1212

13+
### Breaking changes
14+
15+
### Deprecations
16+
17+
### New features
18+
19+
### Fixed bugs
20+
21+
### Packaging changes
22+
23+
## [0.29.0] - 2025-05-07
24+
25+
### Release highlights
26+
1327
* Experimental support for transferring the change ID to/from Git remotes behind configuration
1428
setting `git.write-change-id-header`. If this is enabled, the change ID will be stored in the Git
1529
commit itself (in a commit header called `change-id`), which means it will be transferred by
@@ -78,7 +92,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7892
`jj log -r first-bookmark..sec` and then pressing Tab could complete the
7993
expression to `first-bookmark..second-bookmark`.
8094

81-
8295
### Fixed bugs
8396

8497
* Fixed crash on change-delete conflict resolution.
@@ -97,6 +110,38 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
97110
fast compression library written in Rust. Packagers should remove any
98111
dependency on CMake and drop the `packaging` Cargo feature.
99112

113+
### Contributors
114+
115+
Thanks to the people who made this release happen!
116+
117+
* Aleksey Kuznetsov (@zummenix)
118+
* Austin Seipp (@thoughtpolice)
119+
* Benjamin Brittain (@benbrittain)
120+
* Benjamin Tan (@bnjmnt4n)
121+
* Caleb White (@calebdw)
122+
* Daniel Luz (@mernen)
123+
* Emily (@emilazy)
124+
* Emily (@neongreen)
125+
* Gaëtan Lehmann (@glehmann)
126+
* George Christou (@gechr)
127+
* Ilya Grigoriev (@ilyagr)
128+
* Jacob Hayes (@JacobHayes)
129+
* Jonas Greitemann (@jgreitemann)
130+
* Josh Steadmon (@steadmon)
131+
* Martin von Zweigbergk (@martinvonz)
132+
* Mateus Auler (@mateusauler)
133+
* Nicole Patricia Mazzuca (@strega-nil)
134+
* Nils Koch (@nilskch)
135+
* Philip Metzger (@PhilipMetzger)
136+
* Remo Senekowitsch (@senekor)
137+
* Sam (@Samasaur1)
138+
* Steve Fink (@hotsphink)
139+
* Théo Daron (@tdaron)
140+
* TimerErTim (@TimerErTim)
141+
* Vincent Ging Ho Yim (@cenviity)
142+
* Winter (@winterqt)
143+
* Yuya Nishihara (@yuja)
144+
100145
## [0.28.2] - 2025-04-07
101146

102147
### Fixed bugs

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "3"
55
members = ["cli", "lib", "lib/gen-protos", "lib/proc-macros", "lib/testutils"]
66

77
[workspace.package]
8-
version = "0.28.2"
8+
version = "0.29.0"
99
license = "Apache-2.0"
1010
rust-version = "1.84" # NOTE: remember to update CI, contributing.md, changelog.md, and install-and-setup.md
1111
edition = "2021"
@@ -131,8 +131,8 @@ winreg = "0.52"
131131
# put all inter-workspace libraries, i.e. those that use 'path = ...' here in
132132
# their own (alphabetically sorted) block
133133

134-
jj-lib = { path = "lib", version = "0.28.2", default-features = false }
135-
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.28.2" }
134+
jj-lib = { path = "lib", version = "0.29.0", default-features = false }
135+
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.29.0" }
136136
testutils = { path = "lib/testutils" }
137137

138138
[workspace.lints.clippy]

0 commit comments

Comments
 (0)