Skip to content

Commit 0b50f81

Browse files
committed
chore: Release git-cache version 0.2.4
1 parent 8be3119 commit 0b50f81

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.2.4] - 2025-01-27
13+
1214
- implement recursive submodule cloning from cache
1315

1416
## [0.2.3] - 2024-07-01
@@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7274
## [0.1.0] - 29.01.2024
7375

7476
<!-- next-url -->
75-
[Unreleased]: https://github.com/kaspar030/git-cache-rs/compare/0.2.3...HEAD
77+
[Unreleased]: https://github.com/kaspar030/git-cache-rs/compare/0.2.4...HEAD
78+
[0.2.4]: https://github.com/kaspar030/git-cache-rs/compare/0.2.3...0.2.4
7679
[0.2.3]: https://github.com/kaspar030/git-cache-rs/compare/0.2.2...0.2.3
7780
[0.2.2]: https://github.com/kaspar030/git-cache-rs/compare/0.2.1...0.2.2
7881
[0.2.1]: https://github.com/kaspar030/git-cache-rs/compare/0.2.0...0.2.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cache"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
66

0 commit comments

Comments
 (0)