Skip to content

Commit 5cb3589

Browse files
committed
Release gix-date v0.7.1, gix-hash v0.11.4, gix-trace v0.1.3, gix-features v0.32.0, gix-actor v0.24.0, gix-validate v0.7.7, gix-object v0.33.0, gix-path v0.8.4, gix-glob v0.10.0, gix-quote v0.4.6, gix-attributes v0.15.0, gix-command v0.2.7, gix-packetline-blocking v0.16.3, gix-filter v0.1.0, gix-fs v0.4.0, gix-chunk v0.4.4, gix-commitgraph v0.18.0, gix-hashtable v0.2.4, gix-revwalk v0.4.0, gix-traverse v0.30.0, gix-worktree-stream v0.2.0, gix-archive v0.2.0, gix-config-value v0.12.4, gix-tempfile v7.0.1, gix-utils v0.1.5, gix-lock v7.0.2, gix-ref v0.33.0, gix-sec v0.8.4, gix-prompt v0.5.3, gix-url v0.21.0, gix-credentials v0.17.0, gix-diff v0.33.0, gix-discover v0.22.0, gix-ignore v0.5.0, gix-bitmap v0.2.6, gix-index v0.21.0, gix-mailmap v0.16.0, gix-negotiate v0.5.0, gix-pack v0.40.0, gix-odb v0.50.0, gix-packetline v0.16.4, gix-transport v0.34.0, gix-protocol v0.36.0, gix-revision v0.18.0, gix-refspec v0.14.0, gix-worktree v0.22.0, gix v0.49.1
1 parent 13a497f commit 5cb3589

File tree

91 files changed

+492
-1216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+492
-1216
lines changed

Cargo.lock

Lines changed: 158 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-actor/CHANGELOG.md

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,16 @@ 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
9-
10-
### Commit Statistics
11-
12-
<csr-read-only-do-not-edit/>
13-
14-
- 1 commit contributed to the release over the course of 1 calendar day.
15-
- 3 days passed between releases.
16-
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17-
- 0 issues like '(#ID)' were seen in commit messages
18-
19-
### Commit Details
20-
21-
<csr-read-only-do-not-edit/>
22-
23-
<details><summary>view details</summary>
24-
25-
* **Uncategorized**
26-
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
27-
</details>
28-
29-
## 0.24.0 (2023-07-19)
8+
## 0.24.0 (2023-07-22)
309

3110
A maintenance release without user-facing changes.
3211

3312
### Commit Statistics
3413

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

37-
- 3 commits contributed to the release.
38-
- 19 days passed between releases.
16+
- 2 commits contributed to the release over the course of 1 calendar day.
17+
- 3 days passed between releases.
3918
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
4019
- 0 issues like '(#ID)' were seen in commit messages
4120

@@ -46,9 +25,8 @@ A maintenance release without user-facing changes.
4625
<details><summary>view details</summary>
4726

4827
* **Uncategorized**
49-
- Release gix-features v0.32.0, gix-actor v0.24.0, gix-glob v0.10.0, gix-attributes v0.15.0, gix-commitgraph v0.18.0, gix-config-value v0.12.4, gix-fs v0.4.0, gix-object v0.33.0, gix-ref v0.33.0, gix-config v0.26.0, gix-command v0.2.7, gix-url v0.21.0, gix-credentials v0.17.0, gix-diff v0.33.0, gix-discover v0.22.0, gix-filter v0.1.0, gix-ignore v0.5.0, gix-revwalk v0.4.0, gix-traverse v0.30.0, gix-index v0.21.0, gix-mailmap v0.16.0, gix-negotiate v0.5.0, gix-pack v0.40.0, gix-odb v0.50.0, gix-transport v0.34.0, gix-protocol v0.36.0, gix-revision v0.18.0, gix-refspec v0.14.0, gix-worktree v0.22.0, gix v0.49.0 ([`68ae3ff`](https://github.com/Byron/gitoxide/commit/68ae3ff9d642ec56f088a6a682a073dc16f4e8ca))
50-
- Adjust package versions (by cargo-smart-release) ([`c70e54f`](https://github.com/Byron/gitoxide/commit/c70e54f163c312c87753a506eeaad462e8579bfb))
51-
- Prepare changelogs prior to release ([`e4dded0`](https://github.com/Byron/gitoxide/commit/e4dded05138562f9737a7dcfb60570c55769486d))
28+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
29+
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
5230
</details>
5331

5432
## 0.23.0 (2023-06-29)

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
1818

1919
[dependencies]
2020
gix-features = { version = "^0.32.0", path = "../gix-features", optional = true }
21-
gix-date = { version = "^0.7.0", path = "../gix-date" }
21+
gix-date = { version = "^0.7.1", path = "../gix-date" }
2222

2323
thiserror = "1.0.38"
2424
btoi = "0.4.2"

gix-archive/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.2.0 (2023-07-22)
99

1010
### New Features
1111

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

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

21-
- 20 commits contributed to the release over the course of 86 calendar days.
21+
- 21 commits contributed to the release over the course of 86 calendar days.
2222
- 94 days passed between releases.
2323
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
2424
- 0 issues like '(#ID)' were seen in commit messages
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
<details><summary>view details</summary>
3131

3232
* **Uncategorized**
33+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
3334
- J fmt ([`57cab40`](https://github.com/Byron/gitoxide/commit/57cab40f5cb437cc5b0a2c1fc5ae0f91f98bbbcc))
3435
- Merge branch 'gix-archive' ([`1dda48b`](https://github.com/Byron/gitoxide/commit/1dda48ba2fccb93ebac00fe3460e923af43c86ce))
3536
- Add `zip` support for `gix-archive`, with the similarly named cargo feature. ([`b9b9e9e`](https://github.com/Byron/gitoxide/commit/b9b9e9e3da0692dd9b3acc4270b286d72b9c718e))

gix-archive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ zip = ["dep:zip", "dep:time"]
2626
[dependencies]
2727
gix-worktree-stream = { version = "^0.2.0", path = "../gix-worktree-stream" }
2828
gix-object = { version = "^0.33.0", path = "../gix-object" }
29-
gix-path = { version = "^0.8.3", path = "../gix-path", optional = true }
30-
gix-date = { version = "^0.7.0", path = "../gix-date" }
29+
gix-path = { version = "^0.8.4", path = "../gix-path", optional = true }
30+
gix-date = { version = "^0.7.1", path = "../gix-date" }
3131

3232
libflate = { version = "2.0.0", optional = true }
3333
zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] }

gix-attributes/CHANGELOG.md

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,13 @@ 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.15.0 (2023-07-22)
99

1010
### Bug Fixes (BREAKING)
1111

1212
- <csr-id-0634d543dacc9b3ce3d39938b116a890bcb0686f/> make information about whether or not the matched item is a directory available.
1313
This is important for matching, even though it works differently than excludes.
1414

15-
### Commit Statistics
16-
17-
<csr-read-only-do-not-edit/>
18-
19-
- 3 commits contributed to the release over the course of 1 calendar day.
20-
- 3 days passed between releases.
21-
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22-
- 0 issues like '(#ID)' were seen in commit messages
23-
24-
### Commit Details
25-
26-
<csr-read-only-do-not-edit/>
27-
28-
<details><summary>view details</summary>
29-
30-
* **Uncategorized**
31-
- Merge branch 'gix-archive' ([`1dda48b`](https://github.com/Byron/gitoxide/commit/1dda48ba2fccb93ebac00fe3460e923af43c86ce))
32-
- Make information about whether or not the matched item is a directory available. ([`0634d54`](https://github.com/Byron/gitoxide/commit/0634d543dacc9b3ce3d39938b116a890bcb0686f))
33-
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
34-
</details>
35-
36-
## 0.15.0 (2023-07-19)
37-
3815
### Bug Fixes
3916

4017
- <csr-id-8a361b46bc84428af88e5adc10a53b23bac41edf/> make sure that `search::Outcome` initialized with a selection works.
@@ -50,8 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5027

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

53-
- 5 commits contributed to the release over the course of 12 calendar days.
54-
- 19 days passed between releases.
30+
- 4 commits contributed to the release over the course of 1 calendar day.
31+
- 3 days passed between releases.
5532
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
5633
- 0 issues like '(#ID)' were seen in commit messages
5734

@@ -62,11 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6239
<details><summary>view details</summary>
6340

6441
* **Uncategorized**
65-
- Release gix-features v0.32.0, gix-actor v0.24.0, gix-glob v0.10.0, gix-attributes v0.15.0, gix-commitgraph v0.18.0, gix-config-value v0.12.4, gix-fs v0.4.0, gix-object v0.33.0, gix-ref v0.33.0, gix-config v0.26.0, gix-command v0.2.7, gix-url v0.21.0, gix-credentials v0.17.0, gix-diff v0.33.0, gix-discover v0.22.0, gix-filter v0.1.0, gix-ignore v0.5.0, gix-revwalk v0.4.0, gix-traverse v0.30.0, gix-index v0.21.0, gix-mailmap v0.16.0, gix-negotiate v0.5.0, gix-pack v0.40.0, gix-odb v0.50.0, gix-transport v0.34.0, gix-protocol v0.36.0, gix-revision v0.18.0, gix-refspec v0.14.0, gix-worktree v0.22.0, gix v0.49.0 ([`68ae3ff`](https://github.com/Byron/gitoxide/commit/68ae3ff9d642ec56f088a6a682a073dc16f4e8ca))
66-
- Adjust package versions (by cargo-smart-release) ([`c70e54f`](https://github.com/Byron/gitoxide/commit/c70e54f163c312c87753a506eeaad462e8579bfb))
67-
- Prepare changelogs prior to release ([`e4dded0`](https://github.com/Byron/gitoxide/commit/e4dded05138562f9737a7dcfb60570c55769486d))
68-
- Merge branch 'integrate-filtering' ([`b19a56d`](https://github.com/Byron/gitoxide/commit/b19a56dcfa9bea86332a84aa4e8fad445e7d1724))
69-
- Make sure that `search::Outcome` initialized with a selection works. ([`8a361b4`](https://github.com/Byron/gitoxide/commit/8a361b46bc84428af88e5adc10a53b23bac41edf))
42+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
43+
- Merge branch 'gix-archive' ([`1dda48b`](https://github.com/Byron/gitoxide/commit/1dda48ba2fccb93ebac00fe3460e923af43c86ce))
44+
- Make information about whether or not the matched item is a directory available. ([`0634d54`](https://github.com/Byron/gitoxide/commit/0634d543dacc9b3ce3d39938b116a890bcb0686f))
45+
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
7046
</details>
7147

7248
## 0.14.1 (2023-06-29)

gix-attributes/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ doctest = false
1717
serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
1818

1919
[dependencies]
20-
gix-path = { version = "^0.8.3", path = "../gix-path" }
21-
gix-quote = { version = "^0.4.5", path = "../gix-quote" }
20+
gix-path = { version = "^0.8.4", path = "../gix-path" }
21+
gix-quote = { version = "^0.4.6", path = "../gix-quote" }
2222
gix-glob = { version = "^0.10.0", path = "../gix-glob" }
2323

2424
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}

gix-bitmap/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.2.6 (2023-07-22)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 1 commit contributed to the release over the course of 1 calendar day.
16+
- 2 commits contributed to the release over the course of 1 calendar day.
1717
- 30 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+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
2829
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
2930
</details>
3031

gix-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-bitmap"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A WIP crate of the gitoxide project dedicated implementing the standard git bitmap format"

gix-chunk/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.4.4 (2023-07-22)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 1 commit contributed to the release over the course of 1 calendar day.
16+
- 2 commits contributed to the release over the course of 1 calendar day.
1717
- 30 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+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
2829
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
2930
</details>
3031

0 commit comments

Comments
 (0)