Skip to content

Commit

Permalink
Release gix-fs v0.11.1, gix-glob v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 28, 2024
1 parent eb7880b commit 2cefe77
Show file tree
Hide file tree
Showing 22 changed files with 84 additions and 55 deletions.
60 changes: 30 additions & 30 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-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
[dependencies]
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
gix-glob = { version = "^0.16.2", path = "../gix-glob" }
gix-glob = { version = "^0.16.3", path = "../gix-glob" }
gix-trace = { version = "^0.1.8", path = "../gix-trace" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
Expand Down
2 changes: 1 addition & 1 deletion gix-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gix-config-value = { version = "^0.14.6", path = "../gix-config-value" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-sec = { version = "^0.10.6", path = "../gix-sec" }
gix-ref = { version = "^0.44.1", path = "../gix-ref" }
gix-glob = { version = "^0.16.2", path = "../gix-glob" }
gix-glob = { version = "^0.16.3", path = "../gix-glob" }

winnow = { version = "0.6.0", features = ["simd"] }
memchr = "2"
Expand Down
2 changes: 1 addition & 1 deletion gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gix-filter = { version = "^0.11.2", path = "../gix-filter", optional = true }
gix-worktree = { version = "^0.34.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
gix-command = { version = "^0.3.7", path = "../gix-command", optional = true }
gix-path = { version = "^0.10.7", path = "../gix-path", optional = true }
gix-fs = { version = "^0.11.0", path = "../gix-fs", optional = true }
gix-fs = { version = "^0.11.1", path = "../gix-fs", optional = true }
gix-tempfile = { version = "^14.0.0", path = "../gix-tempfile", optional = true }
gix-trace = { version = "^0.1.9", path = "../gix-trace", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion gix-dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
gix-trace = { version = "^0.1.9", path = "../gix-trace" }
gix-index = { version = "^0.33.0", path = "../gix-index" }
gix-discover = { version = "^0.32.0", path = "../gix-discover" }
gix-fs = { version = "^0.11.0", path = "../gix-fs" }
gix-fs = { version = "^0.11.1", path = "../gix-fs" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-pathspec = { version = "^0.7.5", path = "../gix-pathspec" }
gix-worktree = { version = "^0.34.0", path = "../gix-worktree", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion gix-discover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gix-sec = { version = "^0.10.6", path = "../gix-sec" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-ref = { version = "^0.44.1", path = "../gix-ref" }
gix-hash = { version = "^0.14.2", path = "../gix-hash" }
gix-fs = { version = "^0.11.0", path = "../gix-fs" }
gix-fs = { version = "^0.11.1", path = "../gix-fs" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
thiserror = "1.0.26"
Expand Down
5 changes: 3 additions & 2 deletions gix-fs/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.11.1 (2024-05-28)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 6 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 gix-fs changelog prior to release ([`eb7880b`](https://github.com/Byron/gitoxide/commit/eb7880b32803d5d91a1be563da07f80d3213f7d0))
- Merge branch 'dir-as-ignore' ([`31d2f0a`](https://github.com/Byron/gitoxide/commit/31d2f0a742257d7031df114f0c92197a0781921e))
- Adapt to changes in `gix-glob` ([`5fbbaaa`](https://github.com/Byron/gitoxide/commit/5fbbaaa10d919dd216badb05b2fae32d5dd955c9))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-fs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-fs"
version = "0.11.0"
version = "0.11.1"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate providing file system specific utilities to `gitoxide`"
Expand Down
30 changes: 29 additions & 1 deletion gix-glob/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.16.3 (2024-05-28)

### Bug Fixes

- <csr-id-31ade4a66141a4ce465ea7edfb9ec56636e77da4/> ignore `.gitignore` files that are directories
This happens in real-life, and Git itself doesn't budge.

### Commit Statistics

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

- 2 commits contributed to the release.
- 74 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 'dir-as-ignore' ([`31d2f0a`](https://github.com/Byron/gitoxide/commit/31d2f0a742257d7031df114f0c92197a0781921e))
- Ignore `.gitignore` files that are directories ([`31ade4a`](https://github.com/Byron/gitoxide/commit/31ade4a66141a4ce465ea7edfb9ec56636e77da4))
</details>

## 0.16.2 (2024-03-14)

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/>

- 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.
- 18 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-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 ([`b050327`](https://github.com/Byron/gitoxide/commit/b050327e76f234b19be921b78b7b28e034319fdb))
- Prepare changelogs prior to release ([`52c3bbd`](https://github.com/Byron/gitoxide/commit/52c3bbd36b9e94a0f3a78b4ada84d0c08eba27f6))
- Merge branch 'status' ([`3e5c974`](https://github.com/Byron/gitoxide/commit/3e5c974dd62ac134711c6c2f5a5490187a6ea55e))
- Fix lints for nightly, and clippy ([`f8ce3d0`](https://github.com/Byron/gitoxide/commit/f8ce3d0721b6a53713a9392f2451874f520bc44c))
Expand Down
2 changes: 1 addition & 1 deletion gix-glob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-glob"
version = "0.16.2"
version = "0.16.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project dealing with pattern matching"
Expand Down
2 changes: 1 addition & 1 deletion gix-ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]

[dependencies]
gix-glob = { version = "^0.16.2", path = "../gix-glob" }
gix-glob = { version = "^0.16.3", path = "../gix-glob" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-trace = { version = "^0.1.8", path = "../gix-trace" }

Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gix-object = { version = "^0.42.2", path = "../gix-object" }
gix-validate = { version = "^0.8.5", path = "../gix-validate" }
gix-traverse = { version = "^0.39.1", path = "../gix-traverse" }
gix-lock = { version = "^14.0.0", path = "../gix-lock" }
gix-fs = { version = "^0.11.0", path = "../gix-fs" }
gix-fs = { version = "^0.11.1", path = "../gix-fs" }
gix-utils = { version = "^0.1.12", path = "../gix-utils" }

hashbrown = "0.14.3"
Expand Down
2 changes: 1 addition & 1 deletion gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-quote = { version = "^0.4.12", path = "../gix-quote" }
gix-object = { version = "^0.42.2", path = "../gix-object" }
gix-pack = { version = "^0.51.0", path = "../gix-pack", default-features = false }
gix-fs = { version = "^0.11.0", path = "../gix-fs" }
gix-fs = { version = "^0.11.1", path = "../gix-fs" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

tempfile = "3.10.0"
Expand Down
Loading

0 comments on commit 2cefe77

Please sign in to comment.