Skip to content

Commit 01277a6

Browse files
committed
Merge branch 'fix-cred-helper'
2 parents 7f6e67d + 29a0870 commit 01277a6

File tree

34 files changed

+487
-101
lines changed

34 files changed

+487
-101
lines changed

Cargo.lock

Lines changed: 34 additions & 34 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
@@ -89,7 +89,7 @@ anyhow = "1.0.42"
8989

9090
gitoxide-core = { version = "^0.26.0", path = "gitoxide-core" }
9191
gix-features = { version = "^0.28.0", path = "gix-features" }
92-
gix = { version = "^0.40.0", path = "gix", default-features = false }
92+
gix = { version = "^0.41.0", path = "gix", default-features = false }
9393
time = "0.3.19"
9494

9595
clap = { version = "4.1.1", features = ["derive", "cargo"] }

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 = ["gix/cache-efficiency-debug"]
2525

2626
[dependencies]
27-
gix = { version = "^0.40.0", path = "../gix", default-features = false, features = ["max-performance-safe"] }
27+
gix = { version = "^0.41.0", path = "../gix", default-features = false, features = ["max-performance-safe"] }
2828
anyhow = "1.0.42"
2929
clap = { version = "4.1.0", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.10.0", default-features = false, features = ["humantime", "auto-color"] }

gitoxide-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ serde1 = ["gix-commitgraph/serde1", "gix/serde1", "serde_json", "serde", "bytesi
3838

3939
[dependencies]
4040
# deselect everything else (like "performance") as this should be controllable by the parent application.
41-
gix = { version = "^0.40.0", path = "../gix", default-features = false }
42-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.32.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
43-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.27.0", path = "../gix-transport", default-features = false }
41+
gix = { version = "^0.41.0", path = "../gix", default-features = false }
42+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.33.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
43+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.28.0", path = "../gix-transport", default-features = false }
4444
gix-commitgraph = { version = "^0.14.0", path = "../gix-commitgraph" }
4545
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
4646
anyhow = "1.0.42"
@@ -58,7 +58,7 @@ futures-io = { version = "0.3.16", optional = true }
5858
blocking = { version = "1.0.2", optional = true }
5959

6060
# for 'organize' functionality
61-
gix-url = { version = "^0.15.0", path = "../gix-url", optional = true }
61+
gix-url = { version = "^0.16.0", path = "../gix-url", optional = true }
6262
jwalk = { version = "0.8.0", optional = true }
6363

6464
# for 'hours'

gix-config/CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## 0.19.0 (2023-03-10)
9+
10+
A maintenance release without user-facing changes.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 6 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 ([`e06f5f5`](https://github.com/Byron/gitoxide/commit/e06f5f523e83f4da390eddbebcb9a2d58674587b))
29+
</details>
30+
831
## 0.18.0 (2023-03-04)
932

1033
A maintenance release without user-facing changes.
@@ -13,7 +36,7 @@ A maintenance release without user-facing changes.
1336

1437
<csr-read-only-do-not-edit/>
1538

16-
- 2 commits contributed to the release.
39+
- 3 commits contributed to the release.
1740
- 3 days passed between releases.
1841
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1942
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +48,7 @@ A maintenance release without user-facing changes.
2548
<details><summary>view details</summary>
2649

2750
* **Uncategorized**
51+
- Release gix-attributes v0.10.0, gix-ref v0.26.0, gix-config v0.18.0, gix-url v0.15.0, gix-credentials v0.11.0, gix-discover v0.15.0, gix-index v0.14.0, gix-mailmap v0.11.0, gix-odb v0.42.0, gix-transport v0.27.0, gix-protocol v0.28.0, gix-revision v0.12.0, gix-refspec v0.9.0, gix-worktree v0.14.0, gix v0.39.0 ([`93e75fe`](https://github.com/Byron/gitoxide/commit/93e75fed454ed8b342231bde4638db90e407ce52))
2852
- Prepare changelogs prior to release ([`895e482`](https://github.com/Byron/gitoxide/commit/895e482badf01e953bb9144001eebd5e1b1c4d84))
2953
- Release gix-features v0.28.0, gix-actor v0.19.0, gix-object v0.28.0, gix-diff v0.28.0, gix-traverse v0.24.0, gix-pack v0.32.0, safety bump 20 crates ([`0f411e9`](https://github.com/Byron/gitoxide/commit/0f411e93ec812592bb9d3a52b751399dd86f76f7))
3054
</details>
@@ -2140,7 +2164,7 @@ This is a maintenance release without functional changes.
21402164
- _None._
21412165

21422166
<csr-unknown>
2143-
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
2167+
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
21442168
<csr-unknown/>
21452169

21462170
## v0.1.1 (2021-05-09)

gix-config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-config"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
repository = "https://github.com/Byron/gitoxide"
55
description = "A gix-config file parser and editor from the gitoxide project"
66
license = "MIT OR Apache-2.0"
@@ -21,7 +21,7 @@ gix-features = { version = "^0.28.0", path = "../gix-features"}
2121
gix-config-value = { version = "^0.10.1", path = "../gix-config-value" }
2222
gix-path = { version = "^0.7.2", path = "../gix-path" }
2323
gix-sec = { version = "^0.6.2", path = "../gix-sec" }
24-
gix-ref = { version = "^0.26.0", path = "../gix-ref" }
24+
gix-ref = { version = "^0.27.0", path = "../gix-ref" }
2525
gix-glob = { version = "^0.5.5", path = "../gix-glob" }
2626

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

0 commit comments

Comments
 (0)