Skip to content

Commit f7b6c6f

Browse files
committed
Release gix-discover v0.18.1, gix-worktree v0.17.1, gix-testtools v0.12.0
1 parent fc45f1b commit f7b6c6f

File tree

7 files changed

+57
-52
lines changed

7 files changed

+57
-52
lines changed

Cargo.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-discover/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.18.1 (2023-04-29)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 1 commit contributed to the release.
16+
- 2 commits contributed to the release.
1717
- 2 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 of gix-testtools ([`fc45f1b`](https://github.com/Byron/gitoxide/commit/fc45f1b417bf545d4a0a105c40b37f92c24decad))
2829
- Release gix-ref v0.29.1 ([`13e01f5`](https://github.com/Byron/gitoxide/commit/13e01f5742ed2121f00f4b16c1df0cce5e7708ef))
2930
</details>
3031

gix-discover/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-discover"
3-
version = "0.18.0"
3+
version = "0.18.1"
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"

gix-worktree/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.17.1 (2023-04-29)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 1 commit contributed to the release.
16+
- 2 commits contributed to the release.
1717
- 2 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 of gix-testtools ([`fc45f1b`](https://github.com/Byron/gitoxide/commit/fc45f1b417bf545d4a0a105c40b37f92c24decad))
2829
- Release gix-index v0.16.1 ([`08c6f9d`](https://github.com/Byron/gitoxide/commit/08c6f9de95c65ff05db4ce6a5593127c4280b2ef))
2930
</details>
3031

gix-worktree/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-worktree"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dedicated implementing everything around working trees and git excludes"

gix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fast-sha1 = [ "gix-features/fast-sha1" ]
115115
gix-utils = { version = "^0.1.1", path = "../gix-utils" }
116116
gix-fs = { version = "^0.1.1", path = "../gix-fs" }
117117
gix-ref = { version = "^0.29.1", path = "../gix-ref" }
118-
gix-discover = { version = "^0.18.0", path = "../gix-discover" }
118+
gix-discover = { version = "^0.18.1", path = "../gix-discover" }
119119
gix-tempfile = { version = "^5.0.0", path = "../gix-tempfile", default-features = false, features = ["signals"] }
120120
gix-lock = { version = "^5.0.0", path = "../gix-lock" }
121121
gix-validate = { version = "^0.7.4", path = "../gix-validate" }
@@ -146,7 +146,7 @@ gix-glob = { version = "^0.7.0", path = "../gix-glob" }
146146
gix-credentials = { version = "^0.14.0", path = "../gix-credentials" }
147147
gix-prompt = { version = "^0.5.0", path = "../gix-prompt" }
148148
gix-index = { version = "^0.16.1", path = "../gix-index" }
149-
gix-worktree = { version = "^0.17.0", path = "../gix-worktree" }
149+
gix-worktree = { version = "^0.17.1", path = "../gix-worktree" }
150150
gix-hashtable = { version = "^0.2.0", path = "../gix-hashtable" }
151151

152152
prodash = { version = "23.1", optional = true, default-features = false, features = ["progress-tree"] }

tests/tools/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.12.0 (2023-04-29)
9+
10+
<csr-id-b973f19274bb2d8218e5ff63ce0a81f34985f54c/>
911

1012
### Chore
1113

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

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

22-
- 5 commits contributed to the release over the course of 61 calendar days.
24+
- 6 commits contributed to the release over the course of 61 calendar days.
2325
- 68 days passed between releases.
2426
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2527
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
<details><summary>view details</summary>
3234

3335
* **Uncategorized**
36+
- Prepare changelogs prior to release of gix-testtools ([`fc45f1b`](https://github.com/Byron/gitoxide/commit/fc45f1b417bf545d4a0a105c40b37f92c24decad))
3437
- Upgrade dependencies ([`b973f19`](https://github.com/Byron/gitoxide/commit/b973f19274bb2d8218e5ff63ce0a81f34985f54c))
3538
- Accept paths in scripted_fixture_writable ([`efcbf0d`](https://github.com/Byron/gitoxide/commit/efcbf0d1cb1c9d77eaf04fbcf6e86dc101c886d2))
3639
- Add note about shortcomings of `Creation::CopyFromReadOnly` mode. ([`b2e3223`](https://github.com/Byron/gitoxide/commit/b2e322332ac017824e90d260d7041504c38ab57f))

0 commit comments

Comments
 (0)