Skip to content

Commit 3aac8d2

Browse files
committed
release: 0.28.1
1 parent bedfb1f commit 3aac8d2

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,38 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
### Breaking changes
12+
13+
### Deprecations
14+
15+
### New features
16+
17+
### Fixed bugs
18+
19+
## [0.28.1] - 2025-04-04
20+
1121
### Security fixes
1222

1323
* Fixed SHA-1 collision attacks not being detected.
1424
([GHSA-794x-2rpg-rfgr](https://github.com/jj-vcs/jj/security/advisories/GHSA-794x-2rpg-rfgr))
1525

16-
### Release highlights
26+
### Fixed bugs
1727

18-
### Breaking changes
28+
* Resolved some potential build issues for packagers.
29+
[#6232](https://github.com/jj-vcs/jj/pull/6232)
1930

20-
### Deprecations
31+
* Fix a bug with `:ours` and `:theirs` merge tools involving conflicted trees
32+
with more than two sides. [#6227](https://github.com/jj-vcs/jj/pull/6227)
2133

22-
### New features
34+
### Contributors
2335

24-
### Fixed bugs
36+
Thanks to the people who made this release happen!
37+
38+
* Emily (@emilazy)
39+
* Ilya Grigoriev (@ilyagr)
40+
* Nicole Patricia Mazzuca (@strega-nil)
41+
* Scott Taylor (@scott2000)
42+
* Yuya Nishihara (@yuja)
2543

2644
## [0.28.0] - 2025-04-02
2745

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.0"
8+
version = "0.28.1"
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"
@@ -127,8 +127,8 @@ winreg = "0.52"
127127
# put all inter-workspace libraries, i.e. those that use 'path = ...' here in
128128
# their own (alphabetically sorted) block
129129

130-
jj-lib = { path = "lib", version = "0.28.0", default-features = false }
131-
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.28.0" }
130+
jj-lib = { path = "lib", version = "0.28.1", default-features = false }
131+
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.28.1" }
132132
testutils = { path = "lib/testutils" }
133133

134134
[workspace.lints.clippy]

0 commit comments

Comments
 (0)