Skip to content

Commit eb6aa8f

Browse files
committed
Release gix-utils v0.1.9, gix-features v0.38.0, gix-actor v0.30.0, gix-object v0.41.0, gix-path v0.10.4, gix-glob v0.16.0, gix-attributes v0.22.0, gix-command v0.3.3, gix-packetline-blocking v0.17.3, gix-filter v0.9.0, gix-fs v0.10.0, gix-commitgraph v0.24.0, gix-revwalk v0.12.0, gix-traverse v0.37.0, gix-worktree-stream v0.9.0, gix-archive v0.9.0, gix-config-value v0.14.4, gix-tempfile v13.0.0, gix-lock v13.0.0, gix-ref v0.41.0, gix-sec v0.10.4, gix-config v0.34.0, gix-url v0.27.0, gix-credentials v0.24.0, gix-ignore v0.11.0, gix-index v0.29.0, gix-worktree v0.30.0, gix-diff v0.40.0, gix-discover v0.29.0, gix-mailmap v0.22.0, gix-negotiate v0.12.0, gix-pack v0.47.0, gix-odb v0.57.0, gix-pathspec v0.6.0, gix-packetline v0.17.3, gix-transport v0.41.0, gix-protocol v0.44.0, gix-revision v0.26.0, gix-refspec v0.22.0, gix-status v0.5.0, gix-submodule v0.8.0, gix-worktree-state v0.7.0, gix v0.58.0, safety bump 39 crates
SAFETY BUMP: gix-actor v0.30.0, gix-object v0.41.0, gix-glob v0.16.0, gix-attributes v0.22.0, gix-filter v0.9.0, gix-fs v0.10.0, gix-commitgraph v0.24.0, gix-revwalk v0.12.0, gix-traverse v0.37.0, gix-worktree-stream v0.9.0, gix-archive v0.9.0, gix-tempfile v13.0.0, gix-lock v13.0.0, gix-ref v0.41.0, gix-config v0.34.0, gix-url v0.27.0, gix-credentials v0.24.0, gix-ignore v0.11.0, gix-index v0.29.0, gix-worktree v0.30.0, gix-diff v0.40.0, gix-discover v0.29.0, gix-mailmap v0.22.0, gix-negotiate v0.12.0, gix-pack v0.47.0, gix-odb v0.57.0, gix-pathspec v0.6.0, gix-transport v0.41.0, gix-protocol v0.44.0, gix-revision v0.26.0, gix-refspec v0.22.0, gix-status v0.5.0, gix-submodule v0.8.0, gix-worktree-state v0.7.0, gix v0.58.0, gitoxide v0.34.0, gix-fsck v0.3.0, gix-testtools v0.14.0, gitoxide-core v0.36.0
1 parent 6a2e0be commit eb6aa8f

File tree

91 files changed

+797
-556
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

+797
-556
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
8-
version = "0.33.0"
8+
version = "0.34.0"
99
default-run = "gix"
1010
include = ["src/**/*", "LICENSE-*", "README.md"]
1111
resolver = "2"
@@ -165,9 +165,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
165165
[dependencies]
166166
anyhow = "1.0.42"
167167

168-
gitoxide-core = { version = "^0.35.0", path = "gitoxide-core" }
169-
gix-features = { version = "^0.37.2", path = "gix-features" }
170-
gix = { version = "^0.57.1", path = "gix", default-features = false }
168+
gitoxide-core = { version = "^0.36.0", path = "gitoxide-core" }
169+
gix-features = { version = "^0.38.0", path = "gix-features" }
170+
gix = { version = "^0.58.0", path = "gix", default-features = false }
171171
time = "0.3.23"
172172

173173
clap = { version = "4.1.1", features = ["derive", "cargo"] }

gitoxide-core/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gitoxide-core"
33
description = "The library implementing all capabilities of the gitoxide CLI"
44
repository = "https://github.com/Byron/gitoxide"
5-
version = "0.35.0"
5+
version = "0.36.0"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
@@ -44,12 +44,12 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4444

4545
[dependencies]
4646
# deselect everything else (like "performance") as this should be controllable by the parent application.
47-
gix = { version = "^0.57.1", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status"] }
48-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.46.1", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
49-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.40.1", path = "../gix-transport", default-features = false }
50-
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.8.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
51-
gix-status = { version = "^0.4.1", path = "../gix-status" }
52-
gix-fsck = { version = "^0.2.0", path = "../gix-fsck" }
47+
gix = { version = "^0.58.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status"] }
48+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.47.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
49+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.0", path = "../gix-transport", default-features = false }
50+
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.9.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
51+
gix-status = { version = "^0.5.0", path = "../gix-status" }
52+
gix-fsck = { version = "^0.3.0", path = "../gix-fsck" }
5353
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
5454
anyhow = "1.0.42"
5555
thiserror = "1.0.34"
@@ -65,7 +65,7 @@ futures-io = { version = "0.3.16", optional = true }
6565
blocking = { version = "1.0.2", optional = true }
6666

6767
# for 'organize' functionality
68-
gix-url = { version = "^0.26.1", path = "../gix-url", optional = true }
68+
gix-url = { version = "^0.27.0", path = "../gix-url", optional = true }
6969
jwalk = { version = "0.8.0", optional = true }
7070

7171
# for 'hours'

gix-actor/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,29 @@ 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.30.0 (2024-01-20)
99

1010
A maintenance release without user-facing changes.
1111

12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 20 days passed between releases.
18+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' were seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Prepare changelogs prior to release ([`6a2e0be`](https://github.com/Byron/gitoxide/commit/6a2e0bebfdf012dc2ed0ff2604086081f2a0f96d))
29+
</details>
30+
1231
## 0.29.1 (2023-12-30)
1332

1433
<csr-id-3bd09ef120945a9669321ea856db4079a5dab930/>

gix-actor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-actor"
3-
version = "0.29.1"
3+
version = "0.30.0"
44
description = "A way to identify git actors"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
repository = "https://github.com/Byron/gitoxide"
@@ -17,7 +17,7 @@ doctest = false
1717
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
1818

1919
[dependencies]
20-
gix-features = { version = "^0.37.1", path = "../gix-features", optional = true }
20+
gix-features = { version = "^0.38.0", path = "../gix-features", optional = true }
2121
gix-date = { version = "^0.8.3", path = "../gix-date" }
2222

2323
thiserror = "1.0.38"

gix-archive/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,29 @@ 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.9.0 (2024-01-20)
99

1010
A maintenance release without user-facing changes.
1111

12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 20 days passed between releases.
18+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' were seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Prepare changelogs prior to release ([`6a2e0be`](https://github.com/Byron/gitoxide/commit/6a2e0bebfdf012dc2ed0ff2604086081f2a0f96d))
29+
</details>
30+
1231
## 0.8.1 (2023-12-30)
1332

1433
<csr-id-3bd09ef120945a9669321ea856db4079a5dab930/>

gix-archive/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-archive"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "archive generation from of a worktree stream"
@@ -25,9 +25,9 @@ zip = ["dep:zip", "dep:time"]
2525

2626

2727
[dependencies]
28-
gix-worktree-stream = { version = "^0.8.1", path = "../gix-worktree-stream" }
29-
gix-object = { version = "^0.40.1", path = "../gix-object" }
30-
gix-path = { version = "^0.10.3", path = "../gix-path", optional = true }
28+
gix-worktree-stream = { version = "^0.9.0", path = "../gix-worktree-stream" }
29+
gix-object = { version = "^0.41.0", path = "../gix-object" }
30+
gix-path = { version = "^0.10.4", path = "../gix-path", optional = true }
3131
gix-date = { version = "^0.8.3", path = "../gix-date" }
3232

3333
flate2 = { version = "1.0.26", optional = true }

gix-attributes/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.22.0 (2024-01-20)
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 4 calendar days.
16+
- 2 commits contributed to the release over the course of 4 calendar days.
1717
- 20 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 changelogs prior to release ([`6a2e0be`](https://github.com/Byron/gitoxide/commit/6a2e0bebfdf012dc2ed0ff2604086081f2a0f96d))
2829
- Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 ([`b6c04c8`](https://github.com/Byron/gitoxide/commit/b6c04c87b426bf36a059df8dc52b56d384b27b79))
2930
</details>
3031

gix-attributes/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-attributes"
3-
version = "0.21.1"
3+
version = "0.22.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dealing .gitattributes files"
@@ -17,9 +17,9 @@ doctest = false
1717
serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
1818

1919
[dependencies]
20-
gix-path = { version = "^0.10.3", path = "../gix-path" }
20+
gix-path = { version = "^0.10.4", path = "../gix-path" }
2121
gix-quote = { version = "^0.4.10", path = "../gix-quote" }
22-
gix-glob = { version = "^0.15.1", path = "../gix-glob" }
22+
gix-glob = { version = "^0.16.0", path = "../gix-glob" }
2323
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
2424

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

gix-command/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.3.3 (2024-01-20)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 3 commits contributed to the release over the course of 5 calendar days.
16+
- 4 commits contributed to the release over the course of 5 calendar days.
1717
- 20 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 changelogs prior to release ([`6a2e0be`](https://github.com/Byron/gitoxide/commit/6a2e0bebfdf012dc2ed0ff2604086081f2a0f96d))
2829
- Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 ([`b6c04c8`](https://github.com/Byron/gitoxide/commit/b6c04c87b426bf36a059df8dc52b56d384b27b79))
2930
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
3031
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))

0 commit comments

Comments
 (0)