Skip to content

Commit d3588ca

Browse files
committed
Release gix-date v0.8.6
1 parent 04ef31e commit d3588ca

File tree

15 files changed

+64
-30
lines changed

15 files changed

+64
-30
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-actor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
1919

2020
[dependencies]
2121
gix-features = { version = "^0.38.1", path = "../gix-features", optional = true }
22-
gix-date = { version = "^0.8.5", path = "../gix-date" }
22+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2323
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
2424

2525
thiserror = "1.0.38"

gix-archive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zip = ["dep:zip", "dep:time"]
2828
gix-worktree-stream = { version = "^0.12.0", path = "../gix-worktree-stream" }
2929
gix-object = { version = "^0.42.0", path = "../gix-object" }
3030
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
31-
gix-date = { version = "^0.8.5", path = "../gix-date" }
31+
gix-date = { version = "^0.8.6", path = "../gix-date" }
3232

3333
flate2 = { version = "1.0.26", optional = true }
3434
zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] }

gix-date/CHANGELOG.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.8.6 (2024-05-14)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-3448fd9cc0edc93d7a5b511fd4ec0a8e84b87e51/> assure writing invalid dates doesn't panic.
13+
14+
### Other
15+
16+
- <csr-id-8d610ab8de7d3f62116632de6975f00c845dc842/> make clear that `Time::seconds` is UTC.
17+
18+
### Commit Statistics
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
- 4 commits contributed to the release over the course of 24 calendar days.
23+
- 60 days passed between releases.
24+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
25+
- 1 unique issue was worked on: [#1367](https://github.com/Byron/gitoxide/issues/1367)
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **[#1367](https://github.com/Byron/gitoxide/issues/1367)**
34+
- Assure writing invalid dates doesn't panic. ([`3448fd9`](https://github.com/Byron/gitoxide/commit/3448fd9cc0edc93d7a5b511fd4ec0a8e84b87e51))
35+
* **Uncategorized**
36+
- Merge branch 'status' ([`04ef31e`](https://github.com/Byron/gitoxide/commit/04ef31e9d6f5332d49037a5a4c248ebbb5aaf92b))
37+
- Merge branch 'status' ([`68fd5b3`](https://github.com/Byron/gitoxide/commit/68fd5b34e1214d5c2cc7d00dd06e19ee86c00c66))
38+
- Make clear that `Time::seconds` is UTC. ([`8d610ab`](https://github.com/Byron/gitoxide/commit/8d610ab8de7d3f62116632de6975f00c845dc842))
39+
</details>
40+
841
## 0.8.5 (2024-03-14)
942

1043
A maintenance release without user-facing changes.
@@ -13,7 +46,7 @@ A maintenance release without user-facing changes.
1346

1447
<csr-read-only-do-not-edit/>
1548

16-
- 3 commits contributed to the release over the course of 4 calendar days.
49+
- 4 commits contributed to the release over the course of 4 calendar days.
1750
- 18 days passed between releases.
1851
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1952
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +58,7 @@ A maintenance release without user-facing changes.
2558
<details><summary>view details</summary>
2659

2760
* **Uncategorized**
61+
- Release gix-date v0.8.5, gix-hash v0.14.2, gix-trace v0.1.8, gix-utils v0.1.11, gix-features v0.38.1, gix-actor v0.31.0, gix-validate v0.8.4, gix-object v0.42.0, gix-path v0.10.7, gix-glob v0.16.2, gix-quote v0.4.12, gix-attributes v0.22.2, gix-command v0.3.6, gix-filter v0.11.0, gix-fs v0.10.1, gix-chunk v0.4.8, gix-commitgraph v0.24.2, gix-hashtable v0.5.2, gix-revwalk v0.13.0, gix-traverse v0.38.0, gix-worktree-stream v0.11.0, gix-archive v0.11.0, gix-config-value v0.14.6, gix-tempfile v13.1.1, gix-lock v13.1.1, gix-ref v0.43.0, gix-sec v0.10.6, gix-config v0.36.0, gix-prompt v0.8.4, gix-url v0.27.2, gix-credentials v0.24.2, gix-ignore v0.11.2, gix-bitmap v0.2.11, gix-index v0.31.0, gix-worktree v0.32.0, gix-diff v0.42.0, gix-discover v0.31.0, gix-pathspec v0.7.1, gix-dir v0.2.0, gix-macros v0.1.4, gix-mailmap v0.23.0, gix-negotiate v0.13.0, gix-pack v0.49.0, gix-odb v0.59.0, gix-packetline v0.17.4, gix-transport v0.41.2, gix-protocol v0.44.2, gix-revision v0.27.0, gix-refspec v0.23.0, gix-status v0.7.0, gix-submodule v0.10.0, gix-worktree-state v0.9.0, gix v0.60.0, safety bump 26 crates ([`b050327`](https://github.com/Byron/gitoxide/commit/b050327e76f234b19be921b78b7b28e034319fdb))
2862
- Prepare changelogs prior to release ([`52c3bbd`](https://github.com/Byron/gitoxide/commit/52c3bbd36b9e94a0f3a78b4ada84d0c08eba27f6))
2963
- Merge branch 'status' ([`3e5c974`](https://github.com/Byron/gitoxide/commit/3e5c974dd62ac134711c6c2f5a5490187a6ea55e))
3064
- Fix lints for nightly, and clippy ([`f8ce3d0`](https://github.com/Byron/gitoxide/commit/f8ce3d0721b6a53713a9392f2451874f520bc44c))

gix-date/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-date"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project parsing dates the way git does"

gix-mailmap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde= ["dep:serde", "bstr/serde", "gix-actor/serde"]
1818

1919
[dependencies]
2020
gix-actor = { version = "^0.31.0", path = "../gix-actor" }
21-
gix-date = { version = "^0.8.5", path = "../gix-date" }
21+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2222
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
2323
thiserror = "1.0.38"
2424
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

gix-negotiate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test = false
1616
[dependencies]
1717
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
1818
gix-object = { version = "^0.42.0", path = "../gix-object" }
19-
gix-date = { version = "^0.8.5", path = "../gix-date" }
19+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2020
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
2121
gix-revwalk = { version = "^0.13.0", path = "../gix-revwalk" }
2222
thiserror = "1.0.40"

gix-object/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gix-features = { version = "^0.38.1", path = "../gix-features", features = [
4141
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
4242
gix-validate = { version = "^0.8.4", path = "../gix-validate" }
4343
gix-actor = { version = "^0.31.1", path = "../gix-actor" }
44-
gix-date = { version = "^0.8.5", path = "../gix-date" }
44+
gix-date = { version = "^0.8.6", path = "../gix-date" }
4545
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
4646

4747
itoa = "1.0.1"

gix-odb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
2020
[dependencies]
2121
gix-features = { version = "^0.38.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32"] }
2222
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
23-
gix-date = { version = "^0.8.5", path = "../gix-date" }
23+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2424
gix-path = { version = "^0.10.7", path = "../gix-path" }
2525
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
2626
gix-object = { version = "^0.42.0", path = "../gix-object" }

gix-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gix-features = { version = "^0.38.1", path = "../gix-features", features = [
5050
] }
5151
gix-transport = { version = "^0.42.0", path = "../gix-transport" }
5252
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
53-
gix-date = { version = "^0.8.5", path = "../gix-date" }
53+
gix-date = { version = "^0.8.6", path = "../gix-date" }
5454
gix-credentials = { version = "^0.24.2", path = "../gix-credentials" }
5555
gix-utils = { version = "^0.1.12", path = "../gix-utils" }
5656

gix-ref/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gix-features = { version = "^0.38.1", path = "../gix-features", features = ["wal
2323
gix-fs = { version = "^0.10.1", path = "../gix-fs" }
2424
gix-path = { version = "^0.10.7", path = "../gix-path" }
2525
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
26-
gix-date = { version = "^0.8.5", path = "../gix-date" }
26+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2727
gix-object = { version = "^0.42.0", path = "../gix-object" }
2828
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
2929
gix-validate = { version = "^0.8.4", path = "../gix-validate" }

gix-revision/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = [ "dep:serde", "gix-hash/serde", "gix-object/serde" ]
2424
[dependencies]
2525
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
2626
gix-object = { version = "^0.42.0", path = "../gix-object" }
27-
gix-date = { version = "^0.8.5", path = "../gix-date" }
27+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2828
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
2929
gix-revwalk = { version = "^0.13.0", path = "../gix-revwalk" }
3030
gix-trace = { version = "^0.1.8", path = "../gix-trace" }

gix-revwalk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
[dependencies]
1616
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
1717
gix-object = { version = "^0.42.0", path = "../gix-object" }
18-
gix-date = { version = "^0.8.5", path = "../gix-date" }
18+
gix-date = { version = "^0.8.6", path = "../gix-date" }
1919
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
2020
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
2121

gix-traverse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616
[dependencies]
1717
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
1818
gix-object = { version = "^0.42.0", path = "../gix-object" }
19-
gix-date = { version = "^0.8.5", path = "../gix-date" }
19+
gix-date = { version = "^0.8.6", path = "../gix-date" }
2020
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
2121
gix-revwalk = { version = "^0.13.0", path = "../gix-revwalk" }
2222
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }

gix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ gix-tempfile = { version = "^13.0.0", path = "../gix-tempfile", default-features
300300
gix-lock = { version = "^13.0.0", path = "../gix-lock" }
301301
gix-validate = { version = "^0.8.4", path = "../gix-validate" }
302302
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
303-
gix-date = { version = "^0.8.5", path = "../gix-date" }
303+
gix-date = { version = "^0.8.6", path = "../gix-date" }
304304
gix-refspec = { version = "^0.23.0", path = "../gix-refspec" }
305305
gix-filter = { version = "^0.11.1", path = "../gix-filter", optional = true }
306306
gix-dir = { version = "^0.4.1", path = "../gix-dir", optional = true }

0 commit comments

Comments
 (0)