Skip to content

Commit b9ebe2f

Browse files
yujamartinvonz
authored andcommitted
release: 0.28.2
1 parent 75d3a8c commit b9ebe2f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1616

1717
### Fixed bugs
1818

19+
## [0.28.2] - 2025-04-07
20+
21+
### Fixed bugs
22+
1923
* Fixed problem that old commits could be re-imported from Git.
2024
https://github.com/GitoxideLabs/gitoxide/issues/1928
2125

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.1"
8+
version = "0.28.2"
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.1", default-features = false }
131-
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.28.1" }
130+
jj-lib = { path = "lib", version = "0.28.2", default-features = false }
131+
jj-lib-proc-macros = { path = "lib/proc-macros", version = "0.28.2" }
132132
testutils = { path = "lib/testutils" }
133133

134134
[workspace.lints.clippy]

0 commit comments

Comments
 (0)