Skip to content

Commit c1d7c02

Browse files
committed
Release gix-date v0.8.7, gix-mailmap v0.23.2
1 parent 14c3396 commit c1d7c02

File tree

15 files changed

+49
-47
lines changed

15 files changed

+49
-47
lines changed

Cargo.lock

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

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.13.0", path = "../gix-worktree-stream" }
2929
gix-object = { version = "^0.42.2", path = "../gix-object" }
3030
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
31-
gix-date = { version = "^0.8.6", path = "../gix-date" }
31+
gix-date = { version = "^0.8.7", path = "../gix-date" }
3232

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

gix-date/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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-
## Unreleased
8+
## 0.8.7 (2024-06-23)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

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

2727
* **Uncategorized**
28+
- Prepare release of `gix-mailmap` ([`14c3396`](https://github.com/Byron/gitoxide/commit/14c339614b76706dfbf77fe97319f0c3452390e6))
2829
- Merge branch 'tar-only' ([`1dfa90d`](https://github.com/Byron/gitoxide/commit/1dfa90d641306b4099a6ecd52e2056b231467807))
2930
- Remove binary files in favor of `tar` files ([`dcab79a`](https://github.com/Byron/gitoxide/commit/dcab79a6958cbf5cd69184c24497dc27c6f94961))
3031
- Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da))

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.6"
3+
version = "0.8.7"
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/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## 0.23.2 (2024-06-23)
99

1010
### Bug Fixes
1111

@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

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

18-
- 4 commits contributed to the release over the course of 2 calendar days.
18+
- 5 commits contributed to the release over the course of 2 calendar days.
1919
- 32 days passed between releases.
2020
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2121
- 2 unique issues were worked on: [#1416](https://github.com/Byron/gitoxide/issues/1416), [#1417](https://github.com/Byron/gitoxide/issues/1417)
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
* **[#1417](https://github.com/Byron/gitoxide/issues/1417)**
3232
- Allow mailmaps to change the email by name and email ([`ca05471`](https://github.com/Byron/gitoxide/commit/ca054713f5aed6c66d55d612a58786eb0b439fb4))
3333
* **Uncategorized**
34+
- Prepare release of `gix-mailmap` ([`14c3396`](https://github.com/Byron/gitoxide/commit/14c339614b76706dfbf77fe97319f0c3452390e6))
3435
- Merge branch 'fix-mailmap' ([`f107014`](https://github.com/Byron/gitoxide/commit/f107014022a62271f02790a83336aed186ad38a3))
3536
- Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da))
3637
</details>

gix-mailmap/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-mailmap"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project for parsing mailmap files"
@@ -18,7 +18,7 @@ serde= ["dep:serde", "bstr/serde", "gix-actor/serde"]
1818

1919
[dependencies]
2020
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
21-
gix-date = { version = "^0.8.6", path = "../gix-date" }
21+
gix-date = { version = "^0.8.7", 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.2", path = "../gix-object" }
19-
gix-date = { version = "^0.8.6", path = "../gix-date" }
19+
gix-date = { version = "^0.8.7", path = "../gix-date" }
2020
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
2121
gix-revwalk = { version = "^0.13.1", 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.2", path = "../gix-features", features = [
4141
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
4242
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
4343
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
44-
gix-date = { version = "^0.8.6", path = "../gix-date" }
44+
gix-date = { version = "^0.8.7", 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.2", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32"] }
2222
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
23-
gix-date = { version = "^0.8.6", path = "../gix-date" }
23+
gix-date = { version = "^0.8.7", 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.2", 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.2", path = "../gix-features", features = [
5050
] }
5151
gix-transport = { version = "^0.42.1", path = "../gix-transport" }
5252
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
53-
gix-date = { version = "^0.8.6", path = "../gix-date" }
53+
gix-date = { version = "^0.8.7", 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.2", path = "../gix-features", features = ["wal
2323
gix-fs = { version = "^0.11.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.6", path = "../gix-date" }
26+
gix-date = { version = "^0.8.7", path = "../gix-date" }
2727
gix-object = { version = "^0.42.2", path = "../gix-object" }
2828
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
2929
gix-validate = { version = "^0.8.5", 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.2", path = "../gix-object" }
27-
gix-date = { version = "^0.8.6", path = "../gix-date" }
27+
gix-date = { version = "^0.8.7", path = "../gix-date" }
2828
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
2929
gix-revwalk = { version = "^0.13.1", 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.2", path = "../gix-object" }
18-
gix-date = { version = "^0.8.6", path = "../gix-date" }
18+
gix-date = { version = "^0.8.7", 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.2", path = "../gix-object" }
19-
gix-date = { version = "^0.8.6", path = "../gix-date" }
19+
gix-date = { version = "^0.8.7", path = "../gix-date" }
2020
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
2121
gix-revwalk = { version = "^0.13.1", path = "../gix-revwalk" }
2222
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }

gix/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", default-features
300300
gix-lock = { version = "^14.0.0", path = "../gix-lock" }
301301
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
302302
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
303-
gix-date = { version = "^0.8.6", path = "../gix-date" }
303+
gix-date = { version = "^0.8.7", path = "../gix-date" }
304304
gix-refspec = { version = "^0.23.0", path = "../gix-refspec" }
305305
gix-filter = { version = "^0.11.2", path = "../gix-filter", optional = true }
306306
gix-dir = { version = "^0.5.0", path = "../gix-dir", optional = true }
@@ -321,7 +321,7 @@ gix-path = { version = "^0.10.7", path = "../gix-path" }
321321
gix-url = { version = "^0.27.3", path = "../gix-url" }
322322
gix-traverse = { version = "^0.39.1", path = "../gix-traverse" }
323323
gix-diff = { version = "^0.44.0", path = "../gix-diff", default-features = false }
324-
gix-mailmap = { version = "^0.23.1", path = "../gix-mailmap", optional = true }
324+
gix-mailmap = { version = "^0.23.2", path = "../gix-mailmap", optional = true }
325325
gix-features = { version = "^0.38.2", path = "../gix-features", features = [
326326
"progress",
327327
"once_cell",

0 commit comments

Comments
 (0)