Skip to content

Commit ceb6dff

Browse files
committed
Release git-path v0.1.2, git-sec v0.1.1, git-config v0.4.0, git-discover v0.1.1, git-pack v0.19.1, git-repository v0.18.0, cargo-smart-release v0.10.0, safety bump 2 crates
SAFETY BUMP: git-repository v0.18.0, cargo-smart-release v0.10.0
1 parent de2d587 commit ceb6dff

File tree

21 files changed

+615
-355
lines changed

21 files changed

+615
-355
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ anyhow = "1.0.42"
8484

8585
gitoxide-core = { version = "^0.15.0", path = "gitoxide-core" }
8686
git-features = { version = "^0.21.0", path = "git-features" }
87-
git-repository = { version = "^0.17.0", path = "git-repository", default-features = false }
87+
git-repository = { version = "^0.18.0", path = "git-repository", default-features = false }
8888

8989
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.17.0", path = "git-transport" }
9090

cargo-smart-release/CHANGELOG.md

Lines changed: 76 additions & 32 deletions
Large diffs are not rendered by default.

cargo-smart-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test = false
2626
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]
2727

2828
[dependencies]
29-
git-repository = { version = "^0.17.0", path = "../git-repository", features = ["unstable"] }
29+
git-repository = { version = "^0.18.0", path = "../git-repository", features = ["unstable"] }
3030
anyhow = "1.0.42"
3131
clap = { version = "3.0.0", features = ["derive", "cargo"] }
3232
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] }

experiments/diffing/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.17.0", path = "../../git-repository", features = ["unstable"] }
12+
git-repository = { version = "^0.18.0", path = "../../git-repository", features = ["unstable"] }
1313
git-features-for-config = { package = "git-features", version = "^0.21.0", path = "../../git-features", features = ["cache-efficiency-debug"] }
1414
git2 = "0.13"
1515
rayon = "1.5.0"

experiments/object-access/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.17.0", features = ["unstable"] }
14+
git-repository = { path = "../../git-repository", version = "^0.18.0", features = ["unstable"] }
1515
git2 = "0.13"
1616
rayon = "1.5.0"
1717
parking_lot = { version = "0.12.0", default-features = false }

experiments/traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.17.0", path = "../../git-repository", features = ["unstable"] }
12+
git-repository = { version = "^0.18.0", path = "../../git-repository", features = ["unstable"] }
1313
git2 = "0.13"
1414
rayon = "1.5.0"
1515
dashmap = "5.1.0"

git-config/CHANGELOG.md

Lines changed: 139 additions & 22 deletions
Large diffs are not rendered by default.

git-config/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-config"
3-
version = "0.3.0"
3+
version = "0.4.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"
@@ -15,8 +15,8 @@ include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1515

1616
[dependencies]
1717
git-features = { version = "^0.21.0", path = "../git-features"}
18-
git-path = { version = "^0.1.1", path = "../git-path" }
19-
git-sec = { version = "^0.1.0", path = "../git-sec" }
18+
git-path = { version = "^0.1.2", path = "../git-path" }
19+
git-sec = { version = "^0.1.1", path = "../git-sec" }
2020
git-ref = { version = "0.13.0", path = "../git-ref" }
2121
git-glob = { version = "0.3.0", path = "../git-glob" }
2222

git-discover/CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@ 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.1.1 (2022-05-21)
9+
10+
### Other
11+
12+
- <csr-id-e63e722791a7795cd99048bed834459595c60abc/> add ceiling_dirs option to upwards discovery
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 17 commits contributed to the release over the course of 2 calendar days.
19+
- 3 days passed between releases.
20+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' where seen in commit messages
22+
23+
### Thanks Clippy
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
28+
29+
### Commit Details
30+
31+
<csr-read-only-do-not-edit/>
32+
33+
<details><summary>view details</summary>
34+
35+
* **Uncategorized**
36+
- Re-enable discovery test on windows thanks to use of `realpath()` ([`1f4ae9e`](https://github.com/Byron/gitoxide/commit/1f4ae9e74843d108b261cbfe10e158f74286088a))
37+
- Merge branch 'svetli-n-git_includeif' ([`cf24fbe`](https://github.com/Byron/gitoxide/commit/cf24fbe4b62d67b06138243d470dcc1805ebd55b))
38+
- Fix windows test failure due to //? by ignoring it there. ([`c5fd322`](https://github.com/Byron/gitoxide/commit/c5fd3223db73ee61844477aff0e8a2438d9b2e39))
39+
- fix windows tests (broke thanks to \\?\), maybe ([`e458b59`](https://github.com/Byron/gitoxide/commit/e458b5946ebf01d9f901769b8547df85ef14afcb))
40+
- Assure ceiling dirs are comparable after absolutize ([`32a157b`](https://github.com/Byron/gitoxide/commit/32a157b513191c60795924765825dc7dfb0b38c1))
41+
- thanks clippy ([`4979d20`](https://github.com/Byron/gitoxide/commit/4979d2071cbd1a98f3d81aacd60dd99f07d3f746))
42+
- refactor ([`895b772`](https://github.com/Byron/gitoxide/commit/895b772b5855818ad2227cac8dda0be00f9d5189))
43+
- Control if at least one ceiling dir has to match using an option ([`ca1f3eb`](https://github.com/Byron/gitoxide/commit/ca1f3ebb1306075767597c75bb288a3a0b4ebb41))
44+
- Revert "remove implicit canonicalization and improve tests" ([`821f3f3`](https://github.com/Byron/gitoxide/commit/821f3f383a21ddfd274cb6bdcd2228717cd21942))
45+
- refactor ([`6bbc53b`](https://github.com/Byron/gitoxide/commit/6bbc53be867e5292a98c422526185c6a4736a6a5))
46+
- fix `special_relative_base` test ([`ae226ba`](https://github.com/Byron/gitoxide/commit/ae226ba9c08b04621ce3b42e6972e102d8af2b9c))
47+
- remove implicit canonicalization and improve tests ([`cdbb4c9`](https://github.com/Byron/gitoxide/commit/cdbb4c9db56ef6eb258a9a76691614d4b45c8d7a))
48+
- refactor ([`429446c`](https://github.com/Byron/gitoxide/commit/429446c87473dca98bf802fa3de020cb58625f63))
49+
- refactor ([`9673aae`](https://github.com/Byron/gitoxide/commit/9673aae3da57bc12d45389de3034ab0c2c1c27ab))
50+
- some more assertions and ceiling dirs ([`a30bcb8`](https://github.com/Byron/gitoxide/commit/a30bcb82413103c69827151f25be0b14b1f04f37))
51+
- add ceiling_dirs option to upwards discovery ([`e63e722`](https://github.com/Byron/gitoxide/commit/e63e722791a7795cd99048bed834459595c60abc))
52+
- declare `git-discover` usable as it's fully documented ([`e439015`](https://github.com/Byron/gitoxide/commit/e439015288dad806494e0a2ed8d44fb2247de372))
53+
</details>
54+
855
## 0.1.0 (2022-05-18)
956

1057
### New Features
@@ -17,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1764

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

20-
- 37 commits contributed to the release over the course of 12 calendar days.
67+
- 38 commits contributed to the release over the course of 12 calendar days.
2168
- 12 days passed between releases.
2269
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
2370
- 1 unique issue was worked on: [#301](https://github.com/Byron/gitoxide/issues/301)
@@ -68,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
68115
- refactor ([`00a988e`](https://github.com/Byron/gitoxide/commit/00a988e3c2c964447f675164a6126bf6cb470c6b))
69116
- Migrate all relevant code from git-repository to git-discover ([`631e70e`](https://github.com/Byron/gitoxide/commit/631e70e6f210df40eb789023970ec17095ec3556))
70117
* **Uncategorized**
118+
- Release git-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, git-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, git-packetline v0.12.5, git-url v0.5.0, git-transport v0.17.0, git-protocol v0.16.0, git-revision v0.2.0, git-worktree v0.2.0, git-repository v0.17.0 ([`349c590`](https://github.com/Byron/gitoxide/commit/349c5904b0dac350838a896759d51576b66880a7))
71119
- Release git-hash v0.9.4, git-features v0.21.0, git-actor v0.10.0, git-glob v0.3.0, git-path v0.1.1, git-attributes v0.1.0, git-sec v0.1.0, git-config v0.3.0, git-credentials v0.1.0, git-validate v0.5.4, git-object v0.19.0, git-diff v0.16.0, git-lock v2.1.0, git-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, git-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, git-packetline v0.12.5, git-url v0.5.0, git-transport v0.17.0, git-protocol v0.16.0, git-revision v0.2.0, git-worktree v0.2.0, git-repository v0.17.0, safety bump 20 crates ([`654cf39`](https://github.com/Byron/gitoxide/commit/654cf39c92d5aa4c8d542a6cadf13d4acef6a78e))
72120
- make fmt ([`e043807`](https://github.com/Byron/gitoxide/commit/e043807abf364ca46d00760e2f281528efe20c75))
73121
- thanks clippy ([`7617da0`](https://github.com/Byron/gitoxide/commit/7617da002ef5906f858c0cc2c349f442bafd6239))

git-discover/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-discover"
3-
version = "0.1.0"
3+
version = "0.1.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"
@@ -14,8 +14,8 @@ doctest = false
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
git-sec = { version = "^0.1.0", path = "../git-sec", features = ["thiserror"] }
18-
git-path = { version = "^0.1.1", path = "../git-path" }
17+
git-sec = { version = "^0.1.1", path = "../git-sec", features = ["thiserror"] }
18+
git-path = { version = "^0.1.2", path = "../git-path" }
1919
git-ref = { version = "^0.13.0", path = "../git-ref" }
2020
git-hash = { version = "^0.9.4", path = "../git-hash" }
2121

0 commit comments

Comments
 (0)