From 1e79c5cdf20fc0440e9a497c9d01b0c0ca3ce424 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 29 Jun 2024 09:20:33 +0200 Subject: [PATCH] Release gix-actor v0.31.3, gix-mailmap v0.23.4 --- Cargo.lock | 42 ++++++++++++++++++++-------------------- gix-actor/CHANGELOG.md | 30 +++++++++++++++++++++++++++- gix-actor/Cargo.toml | 2 +- gix-mailmap/CHANGELOG.md | 32 +++++++++++++++++++++++++++++- gix-mailmap/Cargo.toml | 4 ++-- gix-object/Cargo.toml | 2 +- gix-ref/Cargo.toml | 2 +- gix/Cargo.toml | 4 ++-- 8 files changed, 88 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c956952b01..30e799ddb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,7 +1291,7 @@ dependencies = [ "anyhow", "async-std", "document-features", - "gix-actor 0.31.2", + "gix-actor 0.31.3", "gix-archive", "gix-attributes 0.22.2", "gix-command", @@ -1356,30 +1356,30 @@ dependencies = [ [[package]] name = "gix-actor" version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d69c59d392c7e6c94385b6fd6089d6df0fe945f32b4357687989f3aee253cd7f" dependencies = [ "bstr", - "document-features", - "gix-date 0.8.7", - "gix-hash 0.14.2", - "gix-testtools", - "gix-utils 0.1.12", + "gix-date 0.8.6", + "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "itoa", - "pretty_assertions", - "serde", "thiserror", "winnow 0.6.0", ] [[package]] name = "gix-actor" -version = "0.31.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69c59d392c7e6c94385b6fd6089d6df0fe945f32b4357687989f3aee253cd7f" +version = "0.31.3" dependencies = [ "bstr", - "gix-date 0.8.6", - "gix-utils 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "document-features", + "gix-date 0.8.7", + "gix-hash 0.14.2", + "gix-testtools", + "gix-utils 0.1.12", "itoa", + "pretty_assertions", + "serde", "thiserror", "winnow 0.6.0", ] @@ -2009,11 +2009,11 @@ dependencies = [ [[package]] name = "gix-mailmap" -version = "0.23.3" +version = "0.23.4" dependencies = [ "bstr", "document-features", - "gix-actor 0.31.2", + "gix-actor 0.31.3", "gix-date 0.8.7", "gix-testtools", "serde", @@ -2048,7 +2048,7 @@ dependencies = [ "bstr", "criterion", "document-features", - "gix-actor 0.31.2", + "gix-actor 0.31.3", "gix-date 0.8.7", "gix-features 0.38.2", "gix-hash 0.14.2", @@ -2070,7 +2070,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fe2dc4a41191c680c942e6ebd630c8107005983c4679214fdb1007dcf5ae1df" dependencies = [ "bstr", - "gix-actor 0.31.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-actor 0.31.2", "gix-date 0.8.6", "gix-features 0.38.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-hash 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2108,7 +2108,7 @@ version = "0.0.0" dependencies = [ "crossbeam-channel", "filetime", - "gix-actor 0.31.2", + "gix-actor 0.31.3", "gix-date 0.8.7", "gix-features 0.38.2", "gix-hash 0.14.2", @@ -2300,7 +2300,7 @@ name = "gix-ref" version = "0.44.1" dependencies = [ "document-features", - "gix-actor 0.31.2", + "gix-actor 0.31.3", "gix-date 0.8.7", "gix-features 0.38.2", "gix-fs 0.11.1", @@ -2324,7 +2324,7 @@ version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e" dependencies = [ - "gix-actor 0.31.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-actor 0.31.2", "gix-date 0.8.6", "gix-features 0.38.2 (registry+https://github.com/rust-lang/crates.io-index)", "gix-fs 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2344,7 +2344,7 @@ dependencies = [ name = "gix-ref-tests" version = "0.0.0" dependencies = [ - "gix-actor 0.31.2", + "gix-actor 0.31.3", "gix-date 0.8.7", "gix-discover 0.32.0", "gix-features 0.38.2", diff --git a/gix-actor/CHANGELOG.md b/gix-actor/CHANGELOG.md index 103319ef7e..9fc4b154cc 100644 --- a/gix-actor/CHANGELOG.md +++ b/gix-actor/CHANGELOG.md @@ -5,6 +5,33 @@ 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.31.3 (2024-06-29) + +### Other + + - remove unused gix-features + +### Commit Statistics + + + + - 3 commits contributed to the release over the course of 7 calendar days. + - 37 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #1430 from klensy/deps ([`ab02aa9`](https://github.com/Byron/gitoxide/commit/ab02aa99842c17d68b8ee37e05e2f35720291e42)) + - Remove unused gix-features ([`e82a13e`](https://github.com/Byron/gitoxide/commit/e82a13eeb10fb4525c39d88b91ce356ada9a57dd)) + - Merge branch 'main' into config-key-take-2 ([`9fa1054`](https://github.com/Byron/gitoxide/commit/9fa1054a01071180d7b08c8c2b5bd61e9d0d32da)) +
+ ## 0.31.2 (2024-05-22) A maintenance release without user-facing changes. @@ -13,7 +40,7 @@ A maintenance release without user-facing changes. - - 2 commits contributed to the release over the course of 8 calendar days. + - 3 commits contributed to the release over the course of 8 calendar days. - 65 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -25,6 +52,7 @@ A maintenance release without user-facing changes.
view details * **Uncategorized** + - Release gix-features v0.38.2, gix-actor v0.31.2, gix-validate v0.8.5, gix-object v0.42.2, gix-command v0.3.7, gix-filter v0.11.2, gix-fs v0.11.0, gix-revwalk v0.13.1, gix-traverse v0.39.1, gix-worktree-stream v0.13.0, gix-archive v0.13.0, gix-tempfile v14.0.0, gix-lock v14.0.0, gix-ref v0.44.0, gix-config v0.37.0, gix-prompt v0.8.5, gix-index v0.33.0, gix-worktree v0.34.0, gix-diff v0.44.0, gix-discover v0.32.0, gix-pathspec v0.7.5, gix-dir v0.5.0, gix-macros v0.1.5, gix-mailmap v0.23.1, gix-negotiate v0.13.1, gix-pack v0.51.0, gix-odb v0.61.0, gix-transport v0.42.1, gix-protocol v0.45.1, gix-revision v0.27.1, gix-status v0.10.0, gix-submodule v0.11.0, gix-worktree-state v0.11.0, gix v0.63.0, gitoxide-core v0.38.0, gitoxide v0.36.0, safety bump 19 crates ([`4f98e94`](https://github.com/Byron/gitoxide/commit/4f98e94e0e8b79ed2899b35bef40f3c30b3025b0)) - Adjust changelogs prior to release ([`9511416`](https://github.com/Byron/gitoxide/commit/9511416a6cd0c571233f958c165329c8705c2498)) - Release gix-date v0.8.6 ([`d3588ca`](https://github.com/Byron/gitoxide/commit/d3588ca4fe0364c88e42cdac24ceae548355d99d))
diff --git a/gix-actor/Cargo.toml b/gix-actor/Cargo.toml index 2ba1db5e88..1a85c5cbf5 100644 --- a/gix-actor/Cargo.toml +++ b/gix-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-actor" -version = "0.31.2" +version = "0.31.3" description = "A way to identify git actors" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/gitoxide" diff --git a/gix-mailmap/CHANGELOG.md b/gix-mailmap/CHANGELOG.md index 782be42a9f..097e871b70 100644 --- a/gix-mailmap/CHANGELOG.md +++ b/gix-mailmap/CHANGELOG.md @@ -5,6 +5,34 @@ 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.23.4 (2024-06-29) + +### New Features + + - add `mailmap::Snapshot::iter()` + Allow iterating through entries without allocation. + +### Commit Statistics + + + + - 3 commits contributed to the release. + - 2 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge branch 'push-oqpkttmvqxvx' ([`b38c6ed`](https://github.com/Byron/gitoxide/commit/b38c6ed6714b89b52c98e2a4bba3198e23055f6f)) + - Add `mailmap::Snapshot::iter()` ([`c083f86`](https://github.com/Byron/gitoxide/commit/c083f861f95c495c508ac6ca1aaeec465bb266b5)) + - Add a baseline for `entries()` to know more about its ordering. ([`ae2b9ce`](https://github.com/Byron/gitoxide/commit/ae2b9ce37509f8adcf3f5af2d9dad738f6ea50cf)) +
+ ## 0.23.3 (2024-06-26) ### Bug Fixes @@ -15,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 2 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#1424](https://github.com/Byron/gitoxide/issues/1424) @@ -28,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1424](https://github.com/Byron/gitoxide/issues/1424)** - Add standard traits (Debug, Eq) to `Snapshot` ([`98007e6`](https://github.com/Byron/gitoxide/commit/98007e600095fcd4df48a0a4e75d2b342ef906e2)) + * **Uncategorized** + - Release gix-mailmap v0.23.3 ([`0c5d1ff`](https://github.com/Byron/gitoxide/commit/0c5d1ff3f48aab43119f86501b14974f92c2017d)) ## 0.23.2 (2024-06-23) diff --git a/gix-mailmap/Cargo.toml b/gix-mailmap/Cargo.toml index 1afb49b882..2a15067a1a 100644 --- a/gix-mailmap/Cargo.toml +++ b/gix-mailmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gix-mailmap" -version = "0.23.3" +version = "0.23.4" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" description = "A crate of the gitoxide project for parsing mailmap files" @@ -17,7 +17,7 @@ doctest = false serde= ["dep:serde", "bstr/serde", "gix-actor/serde"] [dependencies] -gix-actor = { version = "^0.31.2", path = "../gix-actor" } +gix-actor = { version = "^0.31.3", path = "../gix-actor" } gix-date = { version = "^0.8.7", path = "../gix-date" } bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]} thiserror = "1.0.38" diff --git a/gix-object/Cargo.toml b/gix-object/Cargo.toml index 242fe479b2..ef2caf3240 100644 --- a/gix-object/Cargo.toml +++ b/gix-object/Cargo.toml @@ -40,7 +40,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-actor = { version = "^0.31.3", path = "../gix-actor" } gix-date = { version = "^0.8.7", path = "../gix-date" } gix-utils = { version = "^0.1.11", path = "../gix-utils" } diff --git a/gix-ref/Cargo.toml b/gix-ref/Cargo.toml index c15a520a85..02bab110f7 100644 --- a/gix-ref/Cargo.toml +++ b/gix-ref/Cargo.toml @@ -26,7 +26,7 @@ gix-hash = { version = "^0.14.2", path = "../gix-hash" } 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" } -gix-actor = { version = "^0.31.2", path = "../gix-actor" } +gix-actor = { version = "^0.31.3", path = "../gix-actor" } gix-lock = { version = "^14.0.0", path = "../gix-lock" } gix-tempfile = { version = "^14.0.0", default-features = false, path = "../gix-tempfile" } diff --git a/gix/Cargo.toml b/gix/Cargo.toml index 61c6060f99..18b41827bb 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -315,7 +315,7 @@ gix-config = { version = "^0.37.0", path = "../gix-config" } gix-odb = { version = "^0.61.0", path = "../gix-odb" } gix-hash = { version = "^0.14.2", path = "../gix-hash" } gix-object = { version = "^0.42.2", path = "../gix-object" } -gix-actor = { version = "^0.31.2", path = "../gix-actor" } +gix-actor = { version = "^0.31.3", path = "../gix-actor" } gix-pack = { version = "^0.51.0", path = "../gix-pack", default-features = false, features = [ "object-cache-dynamic", ] } @@ -327,7 +327,7 @@ gix-path = { version = "^0.10.8", 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.3", path = "../gix-mailmap", optional = true } +gix-mailmap = { version = "^0.23.4", path = "../gix-mailmap", optional = true } gix-features = { version = "^0.38.2", path = "../gix-features", features = [ "progress", "once_cell",