Skip to content

Commit

Permalink
Release gix-date v0.8.7, gix-mailmap v0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 23, 2024
1 parent 14c3396 commit c1d7c02
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 47 deletions.
58 changes: 29 additions & 29 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-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.13.0", path = "../gix-worktree-stream" }
gix-object = { version = "^0.42.2", path = "../gix-object" }
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", path = "../gix-date" }

flate2 = { version = "1.0.26", optional = true }
zip = { version = "2.1.0", optional = true, default-features = false, features = ["deflate", "time"] }
Expand Down
5 changes: 3 additions & 2 deletions gix-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.8.7 (2024-06-23)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 6 commits contributed to the release over the course of 21 calendar days.
- 7 commits contributed to the release over the course of 21 calendar days.
- 40 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 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare release of `gix-mailmap` ([`14c3396`](https://github.com/Byron/gitoxide/commit/14c339614b76706dfbf77fe97319f0c3452390e6))
- Merge branch 'tar-only' ([`1dfa90d`](https://github.com/Byron/gitoxide/commit/1dfa90d641306b4099a6ecd52e2056b231467807))
- Remove binary files in favor of `tar` files ([`dcab79a`](https://github.com/Byron/gitoxide/commit/dcab79a6958cbf5cd69184c24497dc27c6f94961))
- Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da))
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.6"
version = "0.8.7"
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
5 changes: 3 additions & 2 deletions gix-mailmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## Unreleased
## 0.23.2 (2024-06-23)

### Bug Fixes

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

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

- 4 commits contributed to the release over the course of 2 calendar days.
- 5 commits contributed to the release over the course of 2 calendar days.
- 32 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#1416](https://github.com/Byron/gitoxide/issues/1416), [#1417](https://github.com/Byron/gitoxide/issues/1417)
Expand All @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#1417](https://github.com/Byron/gitoxide/issues/1417)**
- Allow mailmaps to change the email by name and email ([`ca05471`](https://github.com/Byron/gitoxide/commit/ca054713f5aed6c66d55d612a58786eb0b439fb4))
* **Uncategorized**
- Prepare release of `gix-mailmap` ([`14c3396`](https://github.com/Byron/gitoxide/commit/14c339614b76706dfbf77fe97319f0c3452390e6))
- Merge branch 'fix-mailmap' ([`f107014`](https://github.com/Byron/gitoxide/commit/f107014022a62271f02790a83336aed186ad38a3))
- Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da))
</details>
Expand Down
4 changes: 2 additions & 2 deletions gix-mailmap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-mailmap"
version = "0.23.1"
version = "0.23.2"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project for parsing mailmap files"
Expand All @@ -18,7 +18,7 @@ serde= ["dep:serde", "bstr/serde", "gix-actor/serde"]

[dependencies]
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", 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.2", path = "../gix-object" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", path = "../gix-date" }
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.13.1", 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.2", path = "../gix-features", features = [
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
gix-actor = { version = "^0.31.2", path = "../gix-actor" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", 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.2", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32"] }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", 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.2", 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.2", path = "../gix-features", features = [
] }
gix-transport = { version = "^0.42.1", path = "../gix-transport" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", 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.2", path = "../gix-features", features = ["wal
gix-fs = { version = "^0.11.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.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", path = "../gix-date" }
gix-object = { version = "^0.42.2", path = "../gix-object" }
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
gix-validate = { version = "^0.8.5", 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.2", path = "../gix-object" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", path = "../gix-date" }
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.13.1", 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.2", path = "../gix-object" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", 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.2", path = "../gix-object" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", path = "../gix-date" }
gix-hashtable = { version = "^0.5.2", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.13.1", path = "../gix-revwalk" }
gix-commitgraph = { version = "^0.24.2", path = "../gix-commitgraph" }
Expand Down
4 changes: 2 additions & 2 deletions gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", default-features
gix-lock = { version = "^14.0.0", path = "../gix-lock" }
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
gix-date = { version = "^0.8.6", path = "../gix-date" }
gix-date = { version = "^0.8.7", path = "../gix-date" }
gix-refspec = { version = "^0.23.0", path = "../gix-refspec" }
gix-filter = { version = "^0.11.2", path = "../gix-filter", optional = true }
gix-dir = { version = "^0.5.0", path = "../gix-dir", optional = true }
Expand All @@ -321,7 +321,7 @@ gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-url = { version = "^0.27.3", path = "../gix-url" }
gix-traverse = { version = "^0.39.1", path = "../gix-traverse" }
gix-diff = { version = "^0.44.0", path = "../gix-diff", default-features = false }
gix-mailmap = { version = "^0.23.1", path = "../gix-mailmap", optional = true }
gix-mailmap = { version = "^0.23.2", path = "../gix-mailmap", optional = true }
gix-features = { version = "^0.38.2", path = "../gix-features", features = [
"progress",
"once_cell",
Expand Down

0 comments on commit c1d7c02

Please sign in to comment.