@@ -12,6 +12,27 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
12
13
13
### Breaking changes
14
14
15
+ ### Deprecations
16
+
17
+ ### New features
18
+
19
+ ### Fixed bugs
20
+
21
+ ## [ 0.28.0] - 2025-04-02
22
+
23
+ ### Release highlights
24
+
25
+ * jj's configuration can now be split into multiple files more easily.
26
+
27
+ * ` jj resolve ` now accepts built-in tools ` :ours ` and ` :theirs ` .
28
+
29
+ * In colocated repos, newly-created files will now appear in ` git diff ` .
30
+
31
+ * A long-standing bug relating to empty files in the built-in diff editor was
32
+ fixed. [ #3702 ] ( https://github.com/jj-vcs/jj/issues/3702 )
33
+
34
+ ### Breaking changes
35
+
15
36
* The minimum supported Rust version (MSRV) is now 1.84.0.
16
37
17
38
* The ` git.push-branch-prefix ` config has been removed in favor of
@@ -124,6 +145,43 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
124
145
* ` jj fix ` could previously create new conflicts when a descendant of a fixed
125
146
revision was already correctly formatted.
126
147
148
+ ### Contributors
149
+
150
+ Thanks to the people who made this release happen!
151
+
152
+ * Aleksey Kuznetsov (@zummenix )
153
+ * Anton Älgmyr (@algmyr )
154
+ * Austin Seipp (@thoughtpolice )
155
+ * Baltasar Dinis (@bsdinis )
156
+ * Benjamin Tan (@bnjmnt4n )
157
+ * Brandon Hall (@tenkabuto )
158
+ * Caleb White (@calebdw )
159
+ * Daniel Luz (@mernen )
160
+ * David Rieber (@drieber )
161
+ * demize (@demize )
162
+ * Emily (@emilazy )
163
+ * Evan Mesterhazy (@emesterhazy )
164
+ * Fedor Sheremetyev (@sheremetyev )
165
+ * George Christou (@gechr )
166
+ * Ilya Grigoriev (@ilyagr )
167
+ * Jakob Hellermann (@jakobhellermann )
168
+ * Jo Liss (@joliss )
169
+ * Joachim Desroches (@jedesroches )
170
+ * Johannes Altmanninger (@krobelus )
171
+ * Jonathan Gilchrist (@jgilchrist )
172
+ * Kenyon Ralph (@kenyon )
173
+ * Lucas Garron (@lgarron )
174
+ * Martin von Zweigbergk (@martinvonz )
175
+ * Nick Pupko (@npupko )
176
+ * Philip Metzger (@PhilipMetzger )
177
+ * Raphael Borun Das Gupta (@das-g )
178
+ * Remo Senekowitsch (@senekor )
179
+ * Robin Stocker (@robinst )
180
+ * Scott Taylor (@scott2000 )
181
+ * Siva Mahadevan (@svmhdvn )
182
+ * Vincent Ging Ho Yim (@cenviity )
183
+ * Yuya Nishihara (@yuja )
184
+
127
185
## [ 0.27.0] - 2025-03-05
128
186
129
187
### Release highlights
0 commit comments