Skip to content

Commit

Permalink
Release gix-date v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 14, 2024
1 parent 04ef31e commit d3588ca
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 30 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gix-actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-date/serde"]

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

thiserror = "1.0.38"
Expand Down
2 changes: 1 addition & 1 deletion gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zip = ["dep:zip", "dep:time"]
gix-worktree-stream = { version = "^0.12.0", path = "../gix-worktree-stream" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }

flate2 = { version = "1.0.26", optional = true }
zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] }
Expand Down
36 changes: 35 additions & 1 deletion gix-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.8.6 (2024-05-14)

### Bug Fixes

- <csr-id-3448fd9cc0edc93d7a5b511fd4ec0a8e84b87e51/> assure writing invalid dates doesn't panic.

### Other

- <csr-id-8d610ab8de7d3f62116632de6975f00c845dc842/> make clear that `Time::seconds` is UTC.

### Commit Statistics

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

- 4 commits contributed to the release over the course of 24 calendar days.
- 60 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#1367](https://github.com/Byron/gitoxide/issues/1367)

### Commit Details

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

<details><summary>view details</summary>

* **[#1367](https://github.com/Byron/gitoxide/issues/1367)**
- Assure writing invalid dates doesn't panic. ([`3448fd9`](https://github.com/Byron/gitoxide/commit/3448fd9cc0edc93d7a5b511fd4ec0a8e84b87e51))
* **Uncategorized**
- Merge branch 'status' ([`04ef31e`](https://github.com/Byron/gitoxide/commit/04ef31e9d6f5332d49037a5a4c248ebbb5aaf92b))
- Merge branch 'status' ([`68fd5b3`](https://github.com/Byron/gitoxide/commit/68fd5b34e1214d5c2cc7d00dd06e19ee86c00c66))
- Make clear that `Time::seconds` is UTC. ([`8d610ab`](https://github.com/Byron/gitoxide/commit/8d610ab8de7d3f62116632de6975f00c845dc842))
</details>

## 0.8.5 (2024-03-14)

A maintenance release without user-facing changes.
Expand All @@ -13,7 +46,7 @@ A maintenance release without user-facing changes.

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

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

* **Uncategorized**
- 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))
- Prepare changelogs prior to release ([`52c3bbd`](https://github.com/Byron/gitoxide/commit/52c3bbd36b9e94a0f3a78b4ada84d0c08eba27f6))
- Merge branch 'status' ([`3e5c974`](https://github.com/Byron/gitoxide/commit/3e5c974dd62ac134711c6c2f5a5490187a6ea55e))
- Fix lints for nightly, and clippy ([`f8ce3d0`](https://github.com/Byron/gitoxide/commit/f8ce3d0721b6a53713a9392f2451874f520bc44c))
Expand Down
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-date"
version = "0.8.5"
version = "0.8.6"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project parsing dates the way git does"
Expand Down
2 changes: 1 addition & 1 deletion gix-mailmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde= ["dep:serde", "bstr/serde", "gix-actor/serde"]

[dependencies]
gix-actor = { version = "^0.31.0", path = "../gix-actor" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
thiserror = "1.0.38"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test = false
[dependencies]
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.13.0", path = "../gix-revwalk" }
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gix-features = { version = "^0.38.1", path = "../gix-features", features = [
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-validate = { version = "^0.8.4", path = "../gix-validate" }
gix-actor = { version = "^0.31.1", path = "../gix-actor" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-utils = { version = "^0.1.11", path = "../gix-utils" }

itoa = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
[dependencies]
gix-features = { version = "^0.38.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32"] }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
Expand Down
2 changes: 1 addition & 1 deletion gix-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gix-features = { version = "^0.38.1", path = "../gix-features", features = [
] }
gix-transport = { version = "^0.42.0", path = "../gix-transport" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-credentials = { version = "^0.24.2", path = "../gix-credentials" }
gix-utils = { version = "^0.1.12", path = "../gix-utils" }

Expand Down
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gix-features = { version = "^0.38.1", path = "../gix-features", features = ["wal
gix-fs = { version = "^0.10.1", path = "../gix-fs" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
gix-validate = { version = "^0.8.4", path = "../gix-validate" }
Expand Down
2 changes: 1 addition & 1 deletion gix-revision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = [ "dep:serde", "gix-hash/serde", "gix-object/serde" ]
[dependencies]
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.13.0", path = "../gix-revwalk" }
gix-trace = { version = "^0.1.8", path = "../gix-trace" }
Expand Down
2 changes: 1 addition & 1 deletion gix-revwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
[dependencies]
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }

Expand Down
2 changes: 1 addition & 1 deletion gix-traverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
[dependencies]
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.13.0", path = "../gix-revwalk" }
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
Expand Down
2 changes: 1 addition & 1 deletion gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ gix-tempfile = { version = "^13.0.0", path = "../gix-tempfile", default-features
gix-lock = { version = "^13.0.0", path = "../gix-lock" }
gix-validate = { version = "^0.8.4", path = "../gix-validate" }
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
gix-date = { version = "^0.8.5", path = "../gix-date" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-refspec = { version = "^0.23.0", path = "../gix-refspec" }
gix-filter = { version = "^0.11.1", path = "../gix-filter", optional = true }
gix-dir = { version = "^0.4.1", path = "../gix-dir", optional = true }
Expand Down

0 comments on commit d3588ca

Please sign in to comment.