Skip to content

Commit

Permalink
Release gix-actor v0.31.3, gix-mailmap v0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 29, 2024
1 parent b38c6ed commit 1e79c5c
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 30 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

30 changes: 29 additions & 1 deletion gix-actor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- <csr-id-e82a13eeb10fb4525c39d88b91ce356ada9a57dd/> remove unused gix-features

### Commit Statistics

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

- 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

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

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

* **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))
</details>

## 0.31.2 (2024-05-22)

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

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

- 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
Expand All @@ -25,6 +52,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **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))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-actor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <sebastian.thiel@icloud.com>"]
repository = "https://github.com/Byron/gitoxide"
Expand Down
32 changes: 31 additions & 1 deletion gix-mailmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- <csr-id-c083f861f95c495c508ac6ca1aaeec465bb266b5/> add `mailmap::Snapshot::iter()`
Allow iterating through entries without allocation.

### Commit Statistics

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

- 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

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

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

* **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))
</details>

## 0.23.3 (2024-06-26)

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

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

- 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)
Expand All @@ -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))
</details>

## 0.23.2 (2024-06-23)
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.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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
4 changes: 2 additions & 2 deletions gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand All @@ -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",
Expand Down

0 comments on commit 1e79c5c

Please sign in to comment.