@@ -10,6 +10,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10
10
11
11
### Release highlights
12
12
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
+
13
27
* Experimental support for transferring the change ID to/from Git remotes behind configuration
14
28
setting ` git.write-change-id-header ` . If this is enabled, the change ID will be stored in the Git
15
29
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).
78
92
` jj log -r first-bookmark..sec ` and then pressing Tab could complete the
79
93
expression to ` first-bookmark..second-bookmark ` .
80
94
81
-
82
95
### Fixed bugs
83
96
84
97
* Fixed crash on change-delete conflict resolution.
@@ -97,6 +110,38 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
97
110
fast compression library written in Rust. Packagers should remove any
98
111
dependency on CMake and drop the ` packaging ` Cargo feature.
99
112
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
+
100
145
## [ 0.28.2] - 2025-04-07
101
146
102
147
### Fixed bugs
0 commit comments