Skip to content

Commit b050327

Browse files
committed
Release gix-date v0.8.5, gix-hash v0.14.2, gix-trace v0.1.8, gix-utils v0.1.11, gix-features v0.38.1, gix-actor v0.31.0, gix-validate v0.8.4, gix-object v0.42.0, gix-path v0.10.7, gix-glob v0.16.2, gix-quote v0.4.12, gix-attributes v0.22.2, gix-command v0.3.6, gix-filter v0.11.0, gix-fs v0.10.1, gix-chunk v0.4.8, gix-commitgraph v0.24.2, gix-hashtable v0.5.2, gix-revwalk v0.13.0, gix-traverse v0.38.0, gix-worktree-stream v0.11.0, gix-archive v0.11.0, gix-config-value v0.14.6, gix-tempfile v13.1.1, gix-lock v13.1.1, gix-ref v0.43.0, gix-sec v0.10.6, gix-config v0.36.0, gix-prompt v0.8.4, gix-url v0.27.2, gix-credentials v0.24.2, gix-ignore v0.11.2, gix-bitmap v0.2.11, gix-index v0.31.0, gix-worktree v0.32.0, gix-diff v0.42.0, gix-discover v0.31.0, gix-pathspec v0.7.1, gix-dir v0.2.0, gix-macros v0.1.4, gix-mailmap v0.23.0, gix-negotiate v0.13.0, gix-pack v0.49.0, gix-odb v0.59.0, gix-packetline v0.17.4, gix-transport v0.41.2, gix-protocol v0.44.2, gix-revision v0.27.0, gix-refspec v0.23.0, gix-status v0.7.0, gix-submodule v0.10.0, gix-worktree-state v0.9.0, gix v0.60.0, safety bump 26 crates
SAFETY BUMP: gix-object v0.42.0, gix-filter v0.11.0, gix-revwalk v0.13.0, gix-traverse v0.38.0, gix-worktree-stream v0.11.0, gix-archive v0.11.0, gix-ref v0.43.0, gix-config v0.36.0, gix-index v0.31.0, gix-worktree v0.32.0, gix-diff v0.42.0, gix-discover v0.31.0, gix-dir v0.2.0, gix-mailmap v0.23.0, gix-negotiate v0.13.0, gix-pack v0.49.0, gix-odb v0.59.0, gix-revision v0.27.0, gix-refspec v0.23.0, gix-status v0.7.0, gix-submodule v0.10.0, gix-worktree-state v0.9.0, gix v0.60.0, gix-fsck v0.4.0, gitoxide-core v0.37.0, gitoxide v0.35.0
1 parent 52c3bbd commit b050327

File tree

111 files changed

+8363
-9267
lines changed

Some content is hidden

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

111 files changed

+8363
-9267
lines changed

Cargo.lock

Lines changed: 341 additions & 341 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 <sebastian.thiel@icloud.com>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
8-
version = "0.34.0"
8+
version = "0.35.0"
99
default-run = "gix"
1010
include = ["src/**/*", "LICENSE-*", "README.md"]
1111
resolver = "2"
@@ -168,9 +168,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
168168
[dependencies]
169169
anyhow = "1.0.42"
170170

171-
gitoxide-core = { version = "^0.36.0", path = "gitoxide-core" }
172-
gix-features = { version = "^0.38.0", path = "gix-features" }
173-
gix = { version = "^0.59.0", path = "gix", default-features = false }
171+
gitoxide-core = { version = "^0.37.0", path = "gitoxide-core" }
172+
gix-features = { version = "^0.38.1", path = "gix-features" }
173+
gix = { version = "^0.60.0", path = "gix", default-features = false }
174174
time = "0.3.23"
175175

176176
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.36.0"
5+
version = "0.37.0"
66
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
@@ -47,12 +47,12 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4747

4848
[dependencies]
4949
# deselect everything else (like "performance") as this should be controllable by the parent application.
50-
gix = { version = "^0.59.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
51-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.48.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
52-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.1", path = "../gix-transport", default-features = false }
53-
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.10.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
54-
gix-status = { version = "^0.6.0", path = "../gix-status" }
55-
gix-fsck = { version = "^0.3.0", path = "../gix-fsck" }
50+
gix = { version = "^0.60.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
51+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.49.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
52+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.2", path = "../gix-transport", default-features = false }
53+
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.11.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
54+
gix-status = { version = "^0.7.0", path = "../gix-status" }
55+
gix-fsck = { version = "^0.4.0", path = "../gix-fsck" }
5656
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
5757
anyhow = "1.0.42"
5858
thiserror = "1.0.34"
@@ -68,7 +68,7 @@ futures-io = { version = "0.3.16", optional = true }
6868
blocking = { version = "1.0.2", optional = true }
6969

7070
# for 'organize' functionality
71-
gix-url = { version = "^0.27.1", path = "../gix-url", optional = true }
71+
gix-url = { version = "^0.27.2", path = "../gix-url", optional = true }
7272
jwalk = { version = "0.8.0", optional = true }
7373

7474
# for 'hours'

gix-actor/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.31.0 (2024-03-14)
99

1010
<csr-id-35592c9aa9665e1d9f554b589614fe59308a5f25/>
1111

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

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

22-
- 3 commits contributed to the release over the course of 17 calendar days.
22+
- 4 commits contributed to the release over the course of 17 calendar days.
2323
- 18 days passed between releases.
2424
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2525
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
<details><summary>view details</summary>
3232

3333
* **Uncategorized**
34+
- Prepare changelogs prior to release ([`52c3bbd`](https://github.com/Byron/gitoxide/commit/52c3bbd36b9e94a0f3a78b4ada84d0c08eba27f6))
3435
- Merge branch 'status' ([`3e5c974`](https://github.com/Byron/gitoxide/commit/3e5c974dd62ac134711c6c2f5a5490187a6ea55e))
3536
- Fix lints for nightly, and clippy ([`f8ce3d0`](https://github.com/Byron/gitoxide/commit/f8ce3d0721b6a53713a9392f2451874f520bc44c))
3637
- Update to `winnow` 0.6 ([`35592c9`](https://github.com/Byron/gitoxide/commit/35592c9aa9665e1d9f554b589614fe59308a5f25))

gix-actor/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-actor"
3-
version = "0.30.1"
3+
version = "0.31.0"
44
description = "A way to identify git actors"
55
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
repository = "https://github.com/Byron/gitoxide"
@@ -18,9 +18,9 @@ doctest = false
1818
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
1919

2020
[dependencies]
21-
gix-features = { version = "^0.38.0", path = "../gix-features", optional = true }
22-
gix-date = { version = "^0.8.4", path = "../gix-date" }
23-
gix-utils = { version = "^0.1.10", path = "../gix-utils" }
21+
gix-features = { version = "^0.38.1", path = "../gix-features", optional = true }
22+
gix-date = { version = "^0.8.5", path = "../gix-date" }
23+
gix-utils = { version = "^0.1.11", path = "../gix-utils" }
2424

2525
thiserror = "1.0.38"
2626
bstr = { version = "1.3.0", default-features = false, features = [

0 commit comments

Comments
 (0)