+74
-63
lines changedFilter options
+74
-63
lines changed Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@ zip = ["dep:flate2", "dep:zip"]
30
30
[dependencies]
31
31
gix-worktree-stream = { version = "^0.21.1", path = "../gix-worktree-stream" }
32
32
gix-object = { version = "^0.49.1", path = "../gix-object" }
33
-
gix-path = { version = "^0.10.17", path = "../gix-path", optional = true }
34
-
gix-date = { version = "^0.10.1", path = "../gix-date" }
33
+
gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
34
+
gix-date = { version = "^0.10.2", path = "../gix-date" }
35
35
36
36
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
37
37
zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] }
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ doctest = false
19
19
serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
20
20
21
21
[dependencies]
22
-
gix-path = { version = "^0.10.17", path = "../gix-path" }
22
+
gix-path = { version = "^0.10.18", path = "../gix-path" }
23
23
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
24
24
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
25
25
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
Original file line number Diff line number Diff line change
@@ -14,12 +14,12 @@ rust-version = "1.70"
14
14
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
15
15
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
16
16
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
17
-
gix-date = { version = "^0.10.1", path = "../gix-date" }
17
+
gix-date = { version = "^0.10.2", path = "../gix-date" }
18
18
gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false, features = ["blob"] }
19
19
gix-object = { version = "^0.49.1", path = "../gix-object" }
20
20
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
21
21
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
22
-
gix-traverse = { version = "^0.46.1", path = "../gix-traverse" }
22
+
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }
23
23
24
24
smallvec = "1.15.0"
25
25
thiserror = "2.0.0"
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ doctest = false
16
16
17
17
[dependencies]
18
18
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
19
-
gix-path = { version = "^0.10.17", path = "../gix-path" }
19
+
gix-path = { version = "^0.10.18", path = "../gix-path" }
20
20
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
21
21
22
22
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ doctest = false
19
19
serde = ["dep:serde", "bstr/serde"]
20
20
21
21
[dependencies]
22
-
gix-path = { version = "^0.10.17", path = "../gix-path" }
22
+
gix-path = { version = "^0.10.18", path = "../gix-path" }
23
23
24
24
thiserror = "2.0.0"
25
25
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
21
21
[dependencies]
22
22
gix-features = { version = "^0.42.1", path = "../gix-features" }
23
23
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
24
-
gix-path = { version = "^0.10.17", path = "../gix-path" }
24
+
gix-path = { version = "^0.10.18", path = "../gix-path" }
25
25
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
26
26
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
27
27
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
21
21
[dependencies]
22
22
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
23
23
gix-url = { version = "^0.31.0", path = "../gix-url" }
24
-
gix-path = { version = "^0.10.17", path = "../gix-path" }
24
+
gix-path = { version = "^0.10.18", path = "../gix-path" }
25
25
gix-command = { version = "^0.6.0", path = "../gix-command" }
26
26
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
27
27
gix-prompt = { version = "^0.11.0", path = "../gix-prompt" }
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## 0.10.2 (2025-05-10)
9
9
10
10
A maintenance release without user-facing changes.
11
11
12
12
### Commit Statistics
13
13
14
14
<csr-read-only-do-not-edit/>
15
15
16
-
- 4 commits contributed to the release over the course of 14 calendar days.
16
+
- 5 commits contributed to the release over the course of 14 calendar days.
17
17
- 14 days passed between releases.
18
18
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
19
- 2 unique issues were worked on: [#1979](https://github.com/GitoxideLabs/gitoxide/issues/1979), [#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)
@@ -29,6 +29,7 @@ A maintenance release without user-facing changes.
29
29
* **[#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)**
30
30
- Further upgrade `jiff` to fix fuzz failures ([`0be4dd4`](https://github.com/GitoxideLabs/gitoxide/commit/0be4dd4e037e8a3080ef335913e06bc2584fd96d))
31
31
* **Uncategorized**
32
+
- Prepare changelogs prior to release of `gix-index` ([`bfc4880`](https://github.com/GitoxideLabs/gitoxide/commit/bfc48801bf3ed39cdf7ec02e01aa3cfb6181705f))
32
33
- Merge pull request #1984 from GitoxideLabs/fuzz ([`f965540`](https://github.com/GitoxideLabs/gitoxide/commit/f965540c162ed3e23bd0d7ad9083093033647e51))
33
34
- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))
34
35
</details>
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ lints.workspace = true
2
2
3
3
[package]
4
4
name = "gix-date"
5
-
version = "0.10.1"
5
+
version = "0.10.2"
6
6
repository = "https://github.com/GitoxideLabs/gitoxide"
7
7
license = "MIT OR Apache-2.0"
8
8
description = "A crate of the gitoxide project parsing dates the way git does"
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4