Skip to content

Commit a3c283f

Browse files
committed
Release gix-config v0.16.3, gix v0.37.1
1 parent 362d659 commit a3c283f

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -86,7 +86,7 @@ anyhow = "1.0.42"
8686

8787
gitoxide-core = { version = "^0.25.0", path = "gitoxide-core" }
8888
gix-features = { version = "^0.26.5", path = "gix-features" }
89-
gix = { version = "^0.37.0", path = "gix", default-features = false }
89+
gix = { version = "^0.37.1", path = "gix", default-features = false }
9090
time = "0.3.19"
9191

9292
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.37.0", path = "../gix", default-features = false, features = ["max-performance-safe"] }
27+
gix = { version = "^0.37.1", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde1 = ["gix-commitgraph/serde1", "gix/serde1", "serde_json", "serde", "bytesi
3636

3737
[dependencies]
3838
# deselect everything else (like "performance") as this should be controllable by the parent application.
39-
gix = { version = "^0.37.0", path = "../gix", default-features = false }
39+
gix = { version = "^0.37.1", path = "../gix", default-features = false }
4040
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.30.3", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
4141
gix-transport-configuration-only = { package = "gix-transport", version = "^0.25.6", path = "../gix-transport", default-features = false }
4242
gix-commitgraph = { version = "^0.13.0", path = "../gix-commitgraph" }

gix-config/CHANGELOG.md

Lines changed: 4 additions & 3 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.16.3 (2023-02-21)
99

1010
A maintenance release to restore MSRV (1.64) support.
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
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1818
- 0 issues like '(#ID)' were seen in commit messages
1919

@@ -24,6 +24,7 @@ A maintenance release to restore MSRV (1.64) support.
2424
<details><summary>view details</summary>
2525

2626
* **Uncategorized**
27+
- prepare changelogs prior to release ([`362d659`](https://github.com/Byron/gitoxide/commit/362d659f946ca1ff2cbf915766113a34a9df97b3))
2728
- restore msrv compatibility by removing sole `if let ... else` ([`9160659`](https://github.com/Byron/gitoxide/commit/91606597b714a6e9b3a2c071bdb08baeacd6056b))
2829
</details>
2930

@@ -2086,7 +2087,7 @@ This is a maintenance release without functional changes.
20862087
- _None._
20872088

20882089
<csr-unknown>
2089-
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
2090+
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
20902091
<csr-unknown/>
20912092

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

gix-config/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-config"
3-
version = "0.16.2"
3+
version = "0.16.3"
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"

gix/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.37.1 (2023-02-21)
99

1010
A maintenance release to restore MSRV (1.64) support.
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
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1818
- 0 issues like '(#ID)' were seen in commit messages
1919

@@ -24,6 +24,7 @@ A maintenance release to restore MSRV (1.64) support.
2424
<details><summary>view details</summary>
2525

2626
* **Uncategorized**
27+
- prepare changelogs prior to release ([`362d659`](https://github.com/Byron/gitoxide/commit/362d659f946ca1ff2cbf915766113a34a9df97b3))
2728
- restore msrv compatibility by removing sole `if let ... else` ([`9160659`](https://github.com/Byron/gitoxide/commit/91606597b714a6e9b3a2c071bdb08baeacd6056b))
2829
</details>
2930

gix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix"
33
repository = "https://github.com/Byron/gitoxide"
44
description = "Interact with git repositories just like git would"
55
license = "MIT/Apache-2.0"
6-
version = "0.37.0"
6+
version = "0.37.1"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "CHANGELOG.md"]
@@ -99,7 +99,7 @@ gix-sec = { version = "^0.6.2", path = "../gix-sec" }
9999
gix-date = { version = "^0.4.3", path = "../gix-date" }
100100
gix-refspec = { version = "^0.7.3", path = "../gix-refspec" }
101101

102-
gix-config = { version = "^0.16.2", path = "../gix-config" }
102+
gix-config = { version = "^0.16.3", path = "../gix-config" }
103103
gix-odb = { version = "^0.40.2", path = "../gix-odb" }
104104
gix-hash = { version = "^0.10.3", path = "../gix-hash" }
105105
gix-object = { version = "^0.26.3", path = "../gix-object" }

0 commit comments

Comments
 (0)