Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb0a07b

Browse files
committed
Release git-features v0.25.1, git-url v0.12.2, git-odb v0.38.1, git-transport v0.24.2, git-repository v0.30.2
1 parent 391adeb commit bb0a07b

15 files changed

Lines changed: 203 additions & 30 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ cache-efficiency-debug = ["git-features/cache-efficiency-debug"]
8585
anyhow = "1.0.42"
8686

8787
gitoxide-core = { version = "^0.22.0", path = "gitoxide-core" }
88-
git-features = { version = "^0.25.0", path = "git-features" }
89-
git-repository = { version = "^0.30.1", path = "git-repository", default-features = false }
88+
git-features = { version = "^0.25.1", path = "git-features" }
89+
git-repository = { version = "^0.30.2", path = "git-repository", default-features = false }
9090

9191
clap = { version = "3.2.5", features = ["derive", "cargo"] }
9292
prodash = { version = "22.0", optional = true, default-features = false }

cargo-smart-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.30.1", path = "../git-repository", default-features = false, features = ["max-performance-safe"] }
27+
git-repository = { version = "^0.30.2", 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"] }

git-commitgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doctest = false
1717
serde1 = ["serde", "git-hash/serde1", "bstr/serde"]
1818

1919
[dependencies]
20-
git-features = { version = "^0.25.0", path = "../git-features", features = ["rustsha1"] }
20+
git-features = { version = "^0.25.1", path = "../git-features", features = ["rustsha1"] }
2121
git-hash = { version = "^0.10.1", path = "../git-hash" }
2222
git-chunk = { version = "^0.4.0", path = "../git-chunk" }
2323

git-features/CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.25.1 (2022-12-26)
9+
10+
### New Features
11+
12+
- <csr-id-25ad372bf500b851105f53b10369b5a689ba167e/> zlib::inflate::Error can now represent zlib status codes that represent failure.
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 2 commits contributed to the release.
19+
- 6 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Merge branch 'loose-find-panic' ([`95cccdd`](https://github.com/Byron/gitoxide/commit/95cccddd3c181eb2a85b12823c27beb054adf5d8))
31+
- zlib::inflate::Error can now represent zlib status codes that represent failure. ([`25ad372`](https://github.com/Byron/gitoxide/commit/25ad372bf500b851105f53b10369b5a689ba167e))
32+
</details>
33+
834
## 0.25.0 (2022-12-19)
935

1036
### New Features (BREAKING)
@@ -22,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2248

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

25-
- 8 commits contributed to the release over the course of 19 calendar days.
51+
- 9 commits contributed to the release over the course of 19 calendar days.
2652
- 22 days passed between releases.
2753
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2854
- 0 issues like '(#ID)' were seen in commit messages
@@ -40,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4066
<details><summary>view details</summary>
4167

4268
* **Uncategorized**
69+
- Release git-date v0.3.1, git-features v0.25.0, git-actor v0.15.0, git-glob v0.5.1, git-path v0.7.0, git-attributes v0.7.0, git-config-value v0.10.0, git-lock v3.0.1, git-validate v0.7.1, git-object v0.24.0, git-ref v0.21.0, git-sec v0.6.0, git-config v0.13.0, git-prompt v0.3.0, git-url v0.12.0, git-credentials v0.8.0, git-diff v0.24.0, git-discover v0.10.0, git-traverse v0.20.0, git-index v0.10.0, git-mailmap v0.7.0, git-pack v0.28.0, git-odb v0.38.0, git-packetline v0.14.1, git-transport v0.24.0, git-protocol v0.25.0, git-revision v0.8.0, git-refspec v0.5.0, git-worktree v0.10.0, git-repository v0.30.0, safety bump 26 crates ([`e6b9906`](https://github.com/Byron/gitoxide/commit/e6b9906c486b11057936da16ed6e0ec450a0fb83))
4370
- prepare chnagelogs prior to git-repository release ([`7114bbb`](https://github.com/Byron/gitoxide/commit/7114bbb6732aa8571d4ab74f28ed3e26e9fbe4d0))
4471
- Merge branch 'adjustments-for-cargo' ([`083909b`](https://github.com/Byron/gitoxide/commit/083909bc7eb902eeee2002034fdb6ed88280dc5c))
4572
- thanks clippy ([`f1160fb`](https://github.com/Byron/gitoxide/commit/f1160fb42acf59b37cbeda546a7079af3c9bc050))

git-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "git-features"
33
description = "A crate to integrate various capabilities using compile-time feature flags"
44
repository = "https://github.com/Byron/gitoxide"
5-
version = "0.25.0"
5+
version = "0.25.1"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT/Apache-2.0"
88
edition = "2018"

git-odb/CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ 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.38.1 (2022-12-26)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-4fffa9a9198cf3012fa8215796aab3d456519ff3/> remove panic-assertions in `loose` `lookup_prefix`
13+
14+
### Refactor
15+
16+
- <csr-id-46636e64c9a48ec0e85e014ac0cc8b48846d8462/> flatten errors into one
17+
By adding one variant, one can remove the previous 'sub-error', for which
18+
there is no precedent in the codebase yet.
19+
20+
### Commit Statistics
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
- 5 commits contributed to the release.
25+
- 6 days passed between releases.
26+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
27+
- 0 issues like '(#ID)' were seen in commit messages
28+
29+
### Commit Details
30+
31+
<csr-read-only-do-not-edit/>
32+
33+
<details><summary>view details</summary>
34+
35+
* **Uncategorized**
36+
- add test to verify we don't panic on a corrupt loose object ([`391adeb`](https://github.com/Byron/gitoxide/commit/391adeb69a73310baa3f08afa2c0a9aea7cfaf7c))
37+
- Merge branch 'loose-find-panic' ([`95cccdd`](https://github.com/Byron/gitoxide/commit/95cccddd3c181eb2a85b12823c27beb054adf5d8))
38+
- flatten errors into one ([`46636e6`](https://github.com/Byron/gitoxide/commit/46636e64c9a48ec0e85e014ac0cc8b48846d8462))
39+
- refactor ([`d305a3a`](https://github.com/Byron/gitoxide/commit/d305a3a8af77e7857c3f9b9866d103960ec024e1))
40+
- remove panic-assertions in `loose` `lookup_prefix` ([`4fffa9a`](https://github.com/Byron/gitoxide/commit/4fffa9a9198cf3012fa8215796aab3d456519ff3))
41+
</details>
42+
843
## 0.38.0 (2022-12-19)
944

1045
### New Features
@@ -26,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2661

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

29-
- 20 commits contributed to the release over the course of 27 calendar days.
64+
- 21 commits contributed to the release over the course of 27 calendar days.
3065
- 27 days passed between releases.
3166
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
3267
- 0 issues like '(#ID)' were seen in commit messages
@@ -44,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4479
<details><summary>view details</summary>
4580

4681
* **Uncategorized**
82+
- Release git-date v0.3.1, git-features v0.25.0, git-actor v0.15.0, git-glob v0.5.1, git-path v0.7.0, git-attributes v0.7.0, git-config-value v0.10.0, git-lock v3.0.1, git-validate v0.7.1, git-object v0.24.0, git-ref v0.21.0, git-sec v0.6.0, git-config v0.13.0, git-prompt v0.3.0, git-url v0.12.0, git-credentials v0.8.0, git-diff v0.24.0, git-discover v0.10.0, git-traverse v0.20.0, git-index v0.10.0, git-mailmap v0.7.0, git-pack v0.28.0, git-odb v0.38.0, git-packetline v0.14.1, git-transport v0.24.0, git-protocol v0.25.0, git-revision v0.8.0, git-refspec v0.5.0, git-worktree v0.10.0, git-repository v0.30.0, safety bump 26 crates ([`e6b9906`](https://github.com/Byron/gitoxide/commit/e6b9906c486b11057936da16ed6e0ec450a0fb83))
4783
- prepare chnagelogs prior to git-repository release ([`7114bbb`](https://github.com/Byron/gitoxide/commit/7114bbb6732aa8571d4ab74f28ed3e26e9fbe4d0))
4884
- Merge branch 'odb-iteration' ([`693a469`](https://github.com/Byron/gitoxide/commit/693a46977e2b57b93ee921320e008c8ad1beb81b))
4985
- Assure deltas are counted correctly, even if the base is out of pack. ([`ddaf47f`](https://github.com/Byron/gitoxide/commit/ddaf47f023970e8acfb98e8874da22f2604a92d9))

git-odb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-odb"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT/Apache-2.0"
@@ -27,7 +27,7 @@ path = "tests/odb-single-threaded.rs"
2727
required-features = []
2828

2929
[dependencies]
30-
git-features = { version = "^0.25.0", path = "../git-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
30+
git-features = { version = "^0.25.1", path = "../git-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
3131
git-hash = { version = "^0.10.1", path = "../git-hash" }
3232
git-path = { version = "^0.7.0", path = "../git-path" }
3333
git-quote = { version = "^0.4.0", path = "../git-quote" }

git-repository/CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ 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.30.2 (2022-12-26)
9+
10+
### New Features
11+
12+
- <csr-id-38ae61a805bd8cca5df8d1c1dcf3a8a0f9c85f5a/> make more HTTP options available
13+
- `http.schannelCheckRevoke`
14+
15+
### Other
16+
17+
- <csr-id-114f184855b6177aa1f0dbf6e6589f23deb5ffe6/> provide a repository clone example
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 6 commits contributed to the release over the course of 2 calendar days.
24+
- 3 days passed between releases.
25+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
26+
- 0 issues like '(#ID)' were seen in commit messages
27+
28+
### Thanks Clippy
29+
30+
<csr-read-only-do-not-edit/>
31+
32+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
33+
34+
### Commit Details
35+
36+
<csr-read-only-do-not-edit/>
37+
38+
<details><summary>view details</summary>
39+
40+
* **Uncategorized**
41+
- thanks clippy ([`1c891d1`](https://github.com/Byron/gitoxide/commit/1c891d1f638a046a16e7f91ba8f792d3a26869a0))
42+
- Merge branch 'adjustments-for-cargo' ([`d821fc5`](https://github.com/Byron/gitoxide/commit/d821fc5b4ef4ba606f2b6bb68b66f7260a0205dc))
43+
- make more HTTP options available ([`38ae61a`](https://github.com/Byron/gitoxide/commit/38ae61a805bd8cca5df8d1c1dcf3a8a0f9c85f5a))
44+
- Merge branch 'fix/ssh-clone' ([`3678a6a`](https://github.com/Byron/gitoxide/commit/3678a6abab6f59ff7008ccfe02bb8d61da47e166))
45+
- refactor ([`668118c`](https://github.com/Byron/gitoxide/commit/668118c1a5fd47cb1d55eac77306cce3482ee71e))
46+
- provide a repository clone example ([`114f184`](https://github.com/Byron/gitoxide/commit/114f184855b6177aa1f0dbf6e6589f23deb5ffe6))
47+
</details>
48+
849
## 0.30.1 (2022-12-22)
950

1051
### New Features
@@ -20,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2061

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

23-
- 6 commits contributed to the release over the course of 1 calendar day.
64+
- 7 commits contributed to the release over the course of 1 calendar day.
2465
- 2 days passed between releases.
2566
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2667
- 1 unique issue was worked on: [#668](https://github.com/Byron/gitoxide/issues/668)
@@ -34,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3475
* **[#668](https://github.com/Byron/gitoxide/issues/668)**
3576
- update docs ([`f620f87`](https://github.com/Byron/gitoxide/commit/f620f87f3722f75396b1ff990fd7fe754f4a1558))
3677
* **Uncategorized**
78+
- Release git-url v0.12.1, git-transport v0.24.1, git-protocol v0.25.1, git-repository v0.30.1, git-commitgraph v0.12.0, gitoxide-core v0.22.0, gitoxide v0.20.0 ([`08ec3a9`](https://github.com/Byron/gitoxide/commit/08ec3a93d77a1018439a5c41c23729ffed27c5a5))
3779
- prepare changelogs prior to release ([`68ce15d`](https://github.com/Byron/gitoxide/commit/68ce15d07b50cfacdac0d1e42fe7f5e6330ba523))
3880
- Merge branch 'adjustments-for-cargo' ([`5afa7f5`](https://github.com/Byron/gitoxide/commit/5afa7f51342deaf0938e7fb2ebe6a578e83ab645))
3981
- `open::Options::open_path_as_is()` allows to avoid 'smart opening' to try the path verbatim. ([`ca84c87`](https://github.com/Byron/gitoxide/commit/ca84c87734804cbfc65e311b89ff6ccfc236149c))

git-repository/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "git-repository"
33
repository = "https://github.com/Byron/gitoxide"
44
description = "Abstractions for git repositories"
55
license = "MIT/Apache-2.0"
6-
version = "0.30.1"
6+
version = "0.30.2"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "CHANGELOG.md"]
@@ -94,21 +94,21 @@ git-date = { version = "^0.3.1", path = "../git-date" }
9494
git-refspec = { version = "^0.5.0", path = "../git-refspec" }
9595

9696
git-config = { version = "^0.13.0", path = "../git-config" }
97-
git-odb = { version = "^0.38.0", path = "../git-odb" }
97+
git-odb = { version = "^0.38.1", path = "../git-odb" }
9898
git-hash = { version = "^0.10.1", path = "../git-hash" }
9999
git-object = { version = "^0.24.0", path = "../git-object" }
100100
git-actor = { version = "^0.15.0", path = "../git-actor" }
101101
git-pack = { version = "^0.28.0", path = "../git-pack", features = ["object-cache-dynamic"] }
102102
git-revision = { version = "^0.8.0", path = "../git-revision" }
103103

104104
git-path = { version = "^0.7.0", path = "../git-path" }
105-
git-url = { version = "^0.12.1", path = "../git-url" }
105+
git-url = { version = "^0.12.2", path = "../git-url" }
106106
git-traverse = { version = "^0.20.0", path = "../git-traverse" }
107107
git-protocol = { version = "^0.25.1", path = "../git-protocol", optional = true }
108-
git-transport = { version = "^0.24.1", path = "../git-transport", optional = true }
108+
git-transport = { version = "^0.24.2", path = "../git-transport", optional = true }
109109
git-diff = { version = "^0.24.0", path = "../git-diff" }
110110
git-mailmap = { version = "^0.7.0", path = "../git-mailmap" }
111-
git-features = { version = "^0.25.0", path = "../git-features", features = ["progress", "once_cell"] }
111+
git-features = { version = "^0.25.1", path = "../git-features", features = ["progress", "once_cell"] }
112112

113113
git-attributes = { version = "^0.7.0", path = "../git-attributes" }
114114
git-glob = { version = "^0.5.1", path = "../git-glob" }

0 commit comments

Comments
 (0)