Skip to content

Commit c56d336

Browse files
committed
Release gix-glob v0.5.4
1 parent bf6cce7 commit c56d336

File tree

8 files changed

+31
-9
lines changed

8 files changed

+31
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde1 = ["serde", "bstr/serde", "gix-glob/serde1", "compact_str/serde"]
2020
gix-features = { version = "^0.26.4", path = "../gix-features" }
2121
gix-path = { version = "^0.7.1", path = "../gix-path" }
2222
gix-quote = { version = "^0.4.1", path = "../gix-quote" }
23-
gix-glob = { version = "^0.5.3", path = "../gix-glob" }
23+
gix-glob = { version = "^0.5.4", path = "../gix-glob" }
2424

2525
bstr = { version = "1.0.1", default-features = false, features = ["std", "unicode"]}
2626
unicode-bom = "1.1.4"

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gix-config-value = { version = "^0.10.1", path = "../gix-config-value" }
2222
gix-path = { version = "^0.7.1", path = "../gix-path" }
2323
gix-sec = { version = "^0.6.2", path = "../gix-sec" }
2424
gix-ref = { version = "^0.24.0", path = "../gix-ref" }
25-
gix-glob = { version = "^0.5.3", path = "../gix-glob" }
25+
gix-glob = { version = "^0.5.4", path = "../gix-glob" }
2626

2727
nom = { version = "7", default_features = false, features = [ "std" ] }
2828
memchr = "2"

gix-glob/CHANGELOG.md

Lines changed: 24 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-
## 0.5.4 (2023-02-17)
8+
## 0.5.4 (2023-02-20)
99

1010
### Bug Fixes
1111

@@ -15,6 +15,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
Use the crates with the `gix-*` prefix instead.
1616

1717
If you were using `git-repository`, then `gix` is its substitute.
18+
- <csr-id-bf6cce76475329b7abc81c5032f2a8eee92202d0/> fix compile by using `BStr::as_bytes()` instead of `BStr::as_ref()`.
19+
The latter can be ambiguous.
20+
21+
### Commit Statistics
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
- 1 commit contributed to the release.
26+
- 3 days passed between releases.
27+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
28+
- 0 issues like '(#ID)' were seen in commit messages
29+
30+
### Commit Details
31+
32+
<csr-read-only-do-not-edit/>
33+
34+
<details><summary>view details</summary>
35+
36+
* **Uncategorized**
37+
- fix compile by using `BStr::as_bytes()` instead of `BStr::as_ref()`. ([`bf6cce7`](https://github.com/Byron/gitoxide/commit/bf6cce76475329b7abc81c5032f2a8eee92202d0))
38+
</details>
1839

1940
## 0.5.3 (2023-02-17)
2041

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

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

83-
- 186 commits contributed to the release over the course of 316 calendar days.
104+
- 187 commits contributed to the release over the course of 316 calendar days.
84105
- 13 commits were understood as [conventional](https://www.conventionalcommits.org).
85106
- 5 unique issues were worked on: [#301](https://github.com/Byron/gitoxide/issues/301), [#384](https://github.com/Byron/gitoxide/issues/384), [#450](https://github.com/Byron/gitoxide/issues/450), [#470](https://github.com/Byron/gitoxide/issues/470), [#691](https://github.com/Byron/gitoxide/issues/691)
86107

@@ -181,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181202
* **[#691](https://github.com/Byron/gitoxide/issues/691)**
182203
- set `rust-version` to 1.64 ([`55066ce`](https://github.com/Byron/gitoxide/commit/55066ce5fd71209abb5d84da2998b903504584bb))
183204
* **Uncategorized**
205+
- Release gix-features v0.26.4, gix-actor v0.17.1, gix-glob v0.5.3, gix-path v0.7.1, gix-quote v0.4.1, gix-attributes v0.8.2, gix-config-value v0.10.1, gix-tempfile v3.0.2, gix-lock v3.0.2, gix-validate v0.7.2, gix-object v0.26.1, gix-ref v0.24.0, gix-sec v0.6.2, gix-config v0.16.1, gix-command v0.2.3, gix-prompt v0.3.2, gix-url v0.13.2, gix-credentials v0.9.1, gix-diff v0.26.1, gix-discover v0.13.0, gix-hashtable v0.1.1, gix-bitmap v0.2.1, gix-traverse v0.22.1, gix-index v0.12.3, gix-mailmap v0.9.2, gix-chunk v0.4.1, gix-pack v0.30.2, gix-odb v0.40.2, gix-packetline v0.14.2, gix-transport v0.25.4, gix-protocol v0.26.3, gix-revision v0.10.3, gix-refspec v0.7.2, gix-worktree v0.12.2, gix v0.36.0 ([`6efd0d3`](https://github.com/Byron/gitoxide/commit/6efd0d31fbeca31ab7319aa2ac97bb31dc4ce055))
184206
- Release gix-date v0.4.2, gix-hash v0.10.2, gix-features v0.26.4, gix-actor v0.17.1, gix-glob v0.5.3, gix-path v0.7.1, gix-quote v0.4.1, gix-attributes v0.8.2, gix-config-value v0.10.1, gix-tempfile v3.0.2, gix-lock v3.0.2, gix-validate v0.7.2, gix-object v0.26.1, gix-ref v0.24.0, gix-sec v0.6.2, gix-config v0.16.1, gix-command v0.2.3, gix-prompt v0.3.2, gix-url v0.13.2, gix-credentials v0.9.1, gix-diff v0.26.1, gix-discover v0.13.0, gix-hashtable v0.1.1, gix-bitmap v0.2.1, gix-traverse v0.22.1, gix-index v0.12.3, gix-mailmap v0.9.2, gix-chunk v0.4.1, gix-pack v0.30.2, gix-odb v0.40.2, gix-packetline v0.14.2, gix-transport v0.25.4, gix-protocol v0.26.3, gix-revision v0.10.3, gix-refspec v0.7.2, gix-worktree v0.12.2, gix v0.36.0 ([`6ccc88a`](https://github.com/Byron/gitoxide/commit/6ccc88a8e4a56973b1a358cf72dc012ee3c75d56))
185207
- Merge branch 'rename-crates' into inform-about-gix-rename ([`c9275b9`](https://github.com/Byron/gitoxide/commit/c9275b99ea43949306d93775d9d78c98fb86cfb1))
186208
- rename `git-testtools` to `gix-testtools` ([`b65c33d`](https://github.com/Byron/gitoxide/commit/b65c33d256cfed65d11adeff41132e3e58754089))

gix-glob/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-glob"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dealing with pattern matching"

gix-pathspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.64"
1212
doctest = false
1313

1414
[dependencies]
15-
gix-glob = { version = "^0.5.3", path = "../gix-glob" }
15+
gix-glob = { version = "^0.5.4", path = "../gix-glob" }
1616
gix-attributes = { version = "^0.8.2", path = "../gix-attributes" }
1717

1818
bstr = { version = "1.0.1", default-features = false, features = ["std"]}

gix-worktree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal-testing-to-avoid-being-run-by-cargo-test-all = []
3333
gix-index = { version = "^0.12.3", path = "../gix-index" }
3434
gix-hash = { version = "^0.10.2", path = "../gix-hash" }
3535
gix-object = { version = "^0.26.1", path = "../gix-object" }
36-
gix-glob = { version = "^0.5.3", path = "../gix-glob" }
36+
gix-glob = { version = "^0.5.4", path = "../gix-glob" }
3737
gix-path = { version = "^0.7.1", path = "../gix-path" }
3838
gix-attributes = { version = "^0.8.2", path = "../gix-attributes" }
3939
gix-features = { version = "^0.26.4", path = "../gix-features" }

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ gix-mailmap = { version = "^0.9.2", path = "../gix-mailmap" }
117117
gix-features = { version = "^0.26.4", path = "../gix-features", features = ["progress", "once_cell"] }
118118

119119
gix-attributes = { version = "^0.8.2", path = "../gix-attributes" }
120-
gix-glob = { version = "^0.5.3", path = "../gix-glob" }
120+
gix-glob = { version = "^0.5.4", path = "../gix-glob" }
121121
gix-credentials = { version = "^0.9.1", path = "../gix-credentials" }
122122
gix-prompt = { version = "^0.3.2", path = "../gix-prompt" }
123123
gix-index = { version = "^0.12.3", path = "../gix-index" }

0 commit comments

Comments
 (0)