Skip to content

Commit

Permalink
Release gix-index v0.32.1, gix-pathspec v0.7.4, gix-worktree v0.33.1,…
Browse files Browse the repository at this point in the history
… gix-dir v0.4.1
  • Loading branch information
Byron committed Apr 18, 2024
1 parent 6ca6fa6 commit 54ac559
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 52 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ doctest = false
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
gix-filter = { version = "^0.11.1", path = "../gix-filter", optional = true }
gix-worktree = { version = "^0.33.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
gix-worktree = { version = "^0.33.1", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
gix-command = { version = "^0.3.6", path = "../gix-command", optional = true }
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
gix-fs = { version = "^0.10.2", path = "../gix-fs", optional = true }
Expand Down
5 changes: 3 additions & 2 deletions gix-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## Unreleased
## 0.4.1 (2024-04-18)

### Bug Fixes

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

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

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

* **Uncategorized**
- Prepare changelog prior to `gix-dir` patch release ([`6ca6fa6`](https://github.com/Byron/gitoxide/commit/6ca6fa69b5c21c8d8e9e07e21558e98201504cda))
- Assure worktree-roots aren't pruned with pathspecs that are never meant for them. ([`7f2f3ff`](https://github.com/Byron/gitoxide/commit/7f2f3ff8adbecd631c2b4513995d6c94b21742eb))
- Merge pull request #1345 from EliahKagan/shell-scripts ([`fe24c89`](https://github.com/Byron/gitoxide/commit/fe24c89e326670deaa3aaa643276d612d866072e))
- Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://github.com/Byron/gitoxide/commit/41bf65adef6f7d2cdd28fede262173ec7ba10822))
Expand Down
8 changes: 4 additions & 4 deletions gix-dir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-dir"
version = "0.4.0"
version = "0.4.1"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project dealing with directory walks"
Expand All @@ -13,12 +13,12 @@ doctest = false

[dependencies]
gix-trace = { version = "^0.1.9", path = "../gix-trace" }
gix-index = { version = "^0.32.0", path = "../gix-index" }
gix-index = { version = "^0.32.1", path = "../gix-index" }
gix-discover = { version = "^0.31.0", path = "../gix-discover" }
gix-fs = { version = "^0.10.2", path = "../gix-fs" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-pathspec = { version = "^0.7.3", path = "../gix-pathspec" }
gix-worktree = { version = "^0.33.0", path = "../gix-worktree", default-features = false }
gix-pathspec = { version = "^0.7.4", path = "../gix-pathspec" }
gix-worktree = { version = "^0.33.1", path = "../gix-worktree", default-features = false }
gix-object = { version = "^0.42.1", path = "../gix-object" }
gix-ignore = { version = "^0.11.2", path = "../gix-ignore" }
gix-utils = { version = "^0.1.12", path = "../gix-utils", features = ["bstr"] }
Expand Down
5 changes: 3 additions & 2 deletions gix-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.32.1 (2024-04-18)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 4 calendar days.
- 3 commits contributed to the release over the course of 4 calendar days.
- 5 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 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelog prior to `gix-dir` patch release ([`6ca6fa6`](https://github.com/Byron/gitoxide/commit/6ca6fa69b5c21c8d8e9e07e21558e98201504cda))
- Merge pull request #1345 from EliahKagan/shell-scripts ([`fe24c89`](https://github.com/Byron/gitoxide/commit/fe24c89e326670deaa3aaa643276d612d866072e))
- Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://github.com/Byron/gitoxide/commit/41bf65adef6f7d2cdd28fede262173ec7ba10822))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-index"
version = "0.32.0"
version = "0.32.1"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
Expand Down
5 changes: 3 additions & 2 deletions gix-pathspec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.7.4 (2024-04-18)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 4 calendar days.
- 3 commits contributed to the release over the course of 4 calendar days.
- 5 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 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelog prior to `gix-dir` patch release ([`6ca6fa6`](https://github.com/Byron/gitoxide/commit/6ca6fa69b5c21c8d8e9e07e21558e98201504cda))
- Merge pull request #1345 from EliahKagan/shell-scripts ([`fe24c89`](https://github.com/Byron/gitoxide/commit/fe24c89e326670deaa3aaa643276d612d866072e))
- Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://github.com/Byron/gitoxide/commit/41bf65adef6f7d2cdd28fede262173ec7ba10822))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-pathspec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-pathspec"
version = "0.7.3"
version = "0.7.4"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project dealing magical pathspecs"
Expand Down
8 changes: 4 additions & 4 deletions gix-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ doctest = false
worktree-rewrites = ["dep:gix-dir", "dep:gix-diff"]

[dependencies]
gix-index = { version = "^0.32.0", path = "../gix-index" }
gix-index = { version = "^0.32.1", path = "../gix-index" }
gix-fs = { version = "^0.10.2", path = "../gix-fs" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.1", path = "../gix-object" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-features = { version = "^0.38.1", path = "../gix-features", features = ["progress"] }
gix-filter = { version = "^0.11.1", path = "../gix-filter" }
gix-worktree = { version = "^0.33.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-pathspec = { version = "^0.7.3", path = "../gix-pathspec" }
gix-worktree = { version = "^0.33.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-pathspec = { version = "^0.7.4", path = "../gix-pathspec" }

gix-dir = { version = "^0.4.0", path = "../gix-dir", optional = true }
gix-dir = { version = "^0.4.1", path = "../gix-dir", optional = true }
gix-diff = { version = "^0.43.0", path = "../gix-diff", default-features = false, features = ["blob"], optional = true }

thiserror = "1.0.26"
Expand Down
2 changes: 1 addition & 1 deletion gix-submodule/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE-*"]
doctest = false

[dependencies]
gix-pathspec = { version = "^0.7.1", path = "../gix-pathspec" }
gix-pathspec = { version = "^0.7.4", path = "../gix-pathspec" }
gix-refspec = { version = "^0.23.0", path = "../gix-refspec" }
gix-config = { version = "^0.36.0", path = "../gix-config" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
Expand Down
4 changes: 2 additions & 2 deletions gix-worktree-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ autotests = false
doctest = false

[dependencies]
gix-worktree = { version = "^0.33.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-index = { version = "^0.32.0", path = "../gix-index" }
gix-worktree = { version = "^0.33.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-index = { version = "^0.32.1", path = "../gix-index" }
gix-fs = { version = "^0.10.2", path = "../gix-fs" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-object = { version = "^0.42.0", path = "../gix-object" }
Expand Down
5 changes: 3 additions & 2 deletions gix-worktree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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).

## Unreleased
## 0.33.1 (2024-04-18)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 4 calendar days.
- 3 commits contributed to the release over the course of 4 calendar days.
- 5 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 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelog prior to `gix-dir` patch release ([`6ca6fa6`](https://github.com/Byron/gitoxide/commit/6ca6fa69b5c21c8d8e9e07e21558e98201504cda))
- Merge pull request #1345 from EliahKagan/shell-scripts ([`fe24c89`](https://github.com/Byron/gitoxide/commit/fe24c89e326670deaa3aaa643276d612d866072e))
- Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://github.com/Byron/gitoxide/commit/41bf65adef6f7d2cdd28fede262173ec7ba10822))
</details>
Expand Down

0 comments on commit 54ac559

Please sign in to comment.