Skip to content

Commit 0c253b1

Browse files
committed
Release git-glob v0.4.2, git-config-value v0.8.2, git-lock v2.2.0, git-ref v0.19.0, git-config v0.11.0, git-discover v0.8.0, git-index v0.8.0, git-transport v0.22.0, git-protocol v0.23.0, git-worktree v0.8.0, git-repository v0.28.0, gitoxide-core v0.20.0, gitoxide v0.18.0, safety bump 9 crates
SAFETY BUMP: git-ref v0.19.0, git-config v0.11.0, git-discover v0.8.0, git-index v0.8.0, git-protocol v0.23.0, git-worktree v0.8.0, git-repository v0.28.0, gitoxide-core v0.20.0, gitoxide v0.18.0
1 parent fe5721f commit 0c253b1

File tree

33 files changed

+140
-72
lines changed

33 files changed

+140
-72
lines changed

CHANGELOG.md

+1-1
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.18.0 (2022-11-17)
99

1010
This releases fixes `gix fetch` so that it is able to clone or fetch `pytorch` or other repositories on case-insensitive file systems.
1111

Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ anyhow = "1.0.42"
8484

8585
gitoxide-core = { version = "^0.20.0", path = "gitoxide-core" }
8686
git-features = { version = "^0.23.1", path = "git-features" }
87-
git-repository = { version = "^0.27.0", path = "git-repository", default-features = false }
87+
git-repository = { version = "^0.28.0", path = "git-repository", default-features = false }
8888

8989
clap = { version = "3.2.5", features = ["derive", "cargo"] }
9090
prodash = { version = "21", optional = true, default-features = false }

cargo-smart-release/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test = false
2424
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]
2525

2626
[dependencies]
27-
git-repository = { version = "^0.27.0", path = "../git-repository", default-features = false, features = ["max-performance-safe"] }
27+
git-repository = { version = "^0.28.0", path = "../git-repository", default-features = false, features = ["max-performance-safe"] }
2828
anyhow = "1.0.42"
2929
clap = { version = "3.2.5", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] }

experiments/diffing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
anyhow = "1"
12-
git-repository = { version = "^0.27.0", path = "../../git-repository" }
12+
git-repository = { version = "^0.28.0", path = "../../git-repository" }
1313
git-features-for-config = { package = "git-features", version = "^0.23.1", path = "../../git-features", features = ["cache-efficiency-debug"] }
1414
git2 = "0.14"
1515
rayon = "1.5.0"

experiments/object-access/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111

1212
[dependencies]
1313
anyhow = "1"
14-
git-repository = { path = "../../git-repository", version = "^0.27.0" }
14+
git-repository = { path = "../../git-repository", version = "^0.28.0" }
1515
git2 = "0.14"
1616
rayon = "1.5.0"
1717
parking_lot = { version = "0.12.0", default-features = false }

experiments/traversal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
anyhow = "1"
12-
git-repository = { version = "^0.27.0", path = "../../git-repository" }
12+
git-repository = { version = "^0.28.0", path = "../../git-repository" }
1313
git2 = "0.14"
1414
rayon = "1.5.0"
1515
dashmap = "5.1.0"

git-config-value/CHANGELOG.md

+3-2
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.8.2 (2022-11-17)
99

1010
### New Features
1111

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

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

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

2929
* **Uncategorized**
30+
- prepare changelogs prior to release ([`fe5721f`](https://github.com/Byron/gitoxide/commit/fe5721f888c64c79fe9a734a9e33b94a282f8d97))
3031
- Merge branch 'http-config' ([`665b53e`](https://github.com/Byron/gitoxide/commit/665b53e1c2e1de65fafa28b669f58977868bbc81))
3132
- `Default` implementation for `Boolean` and `Integer` ([`3577aef`](https://github.com/Byron/gitoxide/commit/3577aefc68d9aec149e0a0f4192f06d6de9ff531))
3233
</details>

git-config-value/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-config-value"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A crate of the gitoxide project providing git-config value parsing"

git-config/CHANGELOG.md

+20-1
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.11.0 (2022-11-17)
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+
- 10 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 ([`fe5721f`](https://github.com/Byron/gitoxide/commit/fe5721f888c64c79fe9a734a9e33b94a282f8d97))
29+
</details>
30+
1231
## 0.10.0 (2022-11-06)
1332

1433
### Bug Fixes

git-config/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-config"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
repository = "https://github.com/Byron/gitoxide"
55
description = "A git-config file parser and editor from the gitoxide project"
66
license = "MIT OR Apache-2.0"
@@ -16,11 +16,11 @@ serde1 = ["serde", "bstr/serde", "git-sec/serde1", "git-ref/serde1", "git-glob/s
1616

1717
[dependencies]
1818
git-features = { version = "^0.23.1", path = "../git-features"}
19-
git-config-value = { version = "^0.8.1", path = "../git-config-value" }
19+
git-config-value = { version = "^0.8.2", path = "../git-config-value" }
2020
git-path = { version = "^0.5.0", path = "../git-path" }
2121
git-sec = { version = "^0.4.2", path = "../git-sec" }
22-
git-ref = { version = "^0.18.0", path = "../git-ref" }
23-
git-glob = { version = "^0.4.1", path = "../git-glob" }
22+
git-ref = { version = "^0.19.0", path = "../git-ref" }
23+
git-glob = { version = "^0.4.2", path = "../git-glob" }
2424

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

git-discover/CHANGELOG.md

+21-2
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.8.0 (2022-11-17)
99

1010
A maintenance release without user-facing changes.
11-
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 10 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 ([`fe5721f`](https://github.com/Byron/gitoxide/commit/fe5721f888c64c79fe9a734a9e33b94a282f8d97))
29+
</details>
30+
1231
## 0.7.0 (2022-11-06)
1332

1433
A maintenance release without user-facing changes.

git-discover/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-discover"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "Discover git repositories and check if a directory is a git repository"
@@ -14,7 +14,7 @@ doctest = false
1414
[dependencies]
1515
git-sec = { version = "^0.4.2", path = "../git-sec" }
1616
git-path = { version = "^0.5.0", path = "../git-path" }
17-
git-ref = { version = "^0.18.0", path = "../git-ref" }
17+
git-ref = { version = "^0.19.0", path = "../git-ref" }
1818
git-hash = { version = "^0.9.11", path = "../git-hash" }
1919

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

git-glob/CHANGELOG.md

+3-2
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.4.2 (2022-11-17)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 2 commits contributed to the release.
16+
- 3 commits contributed to the release.
1717
- 10 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 ([`fe5721f`](https://github.com/Byron/gitoxide/commit/fe5721f888c64c79fe9a734a9e33b94a282f8d97))
2829
- Merge branch 'http-config' ([`665b53e`](https://github.com/Byron/gitoxide/commit/665b53e1c2e1de65fafa28b669f58977868bbc81))
2930
- remove unused and empty file ([`e7bc5f2`](https://github.com/Byron/gitoxide/commit/e7bc5f279fc3bc931b904b5b902b8fc1d1d4f67e))
3031
</details>

git-glob/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-glob"
3-
version = "0.4.1"
3+
version = "0.4.2"
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"

git-index/CHANGELOG.md

+4-3
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.8.0 (2022-11-17)
99

1010
A maintenance release without user-facing changes.
11-
11+
1212
### Commit Statistics
1313

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

16-
- 1 commit contributed to the release over the course of 8 calendar days.
16+
- 2 commits contributed to the release over the course of 8 calendar days.
1717
- 8 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 ([`fe5721f`](https://github.com/Byron/gitoxide/commit/fe5721f888c64c79fe9a734a9e33b94a282f8d97))
2829
- Merge branch 'main' into http-config ([`7c5b37d`](https://github.com/Byron/gitoxide/commit/7c5b37d28e98f59a6847368a0d0166d2dbb4acc1))
2930
</details>
3031

git-index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-index"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"

git-lock/CHANGELOG.md

+3-2
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+
## 2.2.0 (2022-11-17)
99

1010
### New Features
1111

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

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

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

3131
* **Uncategorized**
32+
- prepare changelogs prior to release ([`fe5721f`](https://github.com/Byron/gitoxide/commit/fe5721f888c64c79fe9a734a9e33b94a282f8d97))
3233
- Merge branch 'main' into http-config ([`f4ff821`](https://github.com/Byron/gitoxide/commit/f4ff821fd4233dd1dc1a449af4d4600becf3b4ac))
3334
- Merge branch 'async-fetch' ([`0c9c48b`](https://github.com/Byron/gitoxide/commit/0c9c48b3b91a1396eb1796f288a2cb10380d1f14))
3435
- add `backoff` for an exponential backoff iterator. ([`f9bb71b`](https://github.com/Byron/gitoxide/commit/f9bb71b984045a069f7caf0c650ef24bd3cc0be1))

git-lock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-lock"
3-
version = "2.1.1"
3+
version = "2.2.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A git-style lock-file implementation"

0 commit comments

Comments
 (0)