Skip to content

Commit 8bd0456

Browse files
committed
Release gix-date v0.8.0, gix-hash v0.13.0, gix-features v0.34.0, gix-actor v0.26.0, gix-object v0.36.0, gix-path v0.10.0, gix-glob v0.12.0, gix-attributes v0.18.0, gix-packetline-blocking v0.16.6, gix-filter v0.4.0, gix-fs v0.6.0, gix-commitgraph v0.20.0, gix-hashtable v0.4.0, gix-revwalk v0.7.0, gix-traverse v0.32.0, gix-worktree-stream v0.4.0, gix-archive v0.4.0, gix-config-value v0.14.0, gix-tempfile v9.0.0, gix-lock v9.0.0, gix-ref v0.36.0, gix-sec v0.10.0, gix-config v0.29.0, gix-prompt v0.7.0, gix-url v0.23.0, gix-credentials v0.19.0, gix-diff v0.35.0, gix-discover v0.24.0, gix-ignore v0.7.0, gix-index v0.24.0, gix-macros v0.1.0, gix-mailmap v0.18.0, gix-negotiate v0.7.0, gix-pack v0.42.0, gix-odb v0.52.0, gix-pathspec v0.2.0, gix-packetline v0.16.6, gix-transport v0.36.0, gix-protocol v0.39.0, gix-revision v0.21.0, gix-refspec v0.17.0, gix-submodule v0.3.0, gix-worktree v0.25.0, gix-worktree-state v0.2.0, gix v0.53.0, safety bump 39 crates
SAFETY BUMP: gix-features v0.34.0, gix-actor v0.26.0, gix-object v0.36.0, gix-glob v0.12.0, gix-attributes v0.18.0, gix-filter v0.4.0, gix-fs v0.6.0, gix-commitgraph v0.20.0, gix-hashtable v0.4.0, gix-revwalk v0.7.0, gix-traverse v0.32.0, gix-worktree-stream v0.4.0, gix-archive v0.4.0, gix-config-value v0.14.0, gix-tempfile v9.0.0, gix-lock v9.0.0, gix-ref v0.36.0, gix-sec v0.10.0, gix-config v0.29.0, gix-prompt v0.7.0, gix-url v0.23.0, gix-credentials v0.19.0, gix-diff v0.35.0, gix-discover v0.24.0, gix-ignore v0.7.0, gix-index v0.24.0, gix-mailmap v0.18.0, gix-negotiate v0.7.0, gix-pack v0.42.0, gix-odb v0.52.0, gix-pathspec v0.2.0, gix-transport v0.36.0, gix-protocol v0.39.0, gix-revision v0.21.0, gix-refspec v0.17.0, gix-submodule v0.3.0, gix-worktree v0.25.0, gix-worktree-state v0.2.0, gix v0.53.0
1 parent 375db06 commit 8bd0456

File tree

93 files changed

+582
-582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+582
-582
lines changed

Cargo.lock

Lines changed: 250 additions & 250 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
@@ -163,7 +163,7 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
163163
anyhow = "1.0.42"
164164

165165
gitoxide-core = { version = "^0.32.0", path = "gitoxide-core" }
166-
gix-features = { version = "^0.33.0", path = "gix-features" }
166+
gix-features = { version = "^0.34.0", path = "gix-features" }
167167
gix = { version = "^0.53.0", path = "gix", default-features = false }
168168
time = "0.3.23"
169169

gitoxide-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4545
[dependencies]
4646
# deselect everything else (like "performance") as this should be controllable by the parent application.
4747
gix = { version = "^0.53.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt"] }
48-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.41.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
49-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.35.0", path = "../gix-transport", default-features = false }
50-
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.3.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
48+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.42.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
49+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.36.0", path = "../gix-transport", default-features = false }
50+
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.4.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
5151
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
5252
anyhow = "1.0.42"
5353
thiserror = "1.0.34"
@@ -63,7 +63,7 @@ futures-io = { version = "0.3.16", optional = true }
6363
blocking = { version = "1.0.2", optional = true }
6464

6565
# for 'organize' functionality
66-
gix-url = { version = "^0.22.0", path = "../gix-url", optional = true }
66+
gix-url = { version = "^0.23.0", path = "../gix-url", optional = true }
6767
jwalk = { version = "0.8.0", optional = true }
6868

6969
# for 'hours'

gix-actor/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.26.0 (2023-09-08)
99

1010
### Bug Fixes (BREAKING)
1111

@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
<details><summary>view details</summary>
2929

3030
* **Uncategorized**
31-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
31+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
3232
- Merge branch `dyn`ification ([`f658fcc`](https://github.com/Byron/gitoxide/commit/f658fcc52dc2200ae34ca53dc10be97fb9012057))
3333
- Use `dyn` trait where possible. ([`072ee32`](https://github.com/Byron/gitoxide/commit/072ee32f693a31161cd6a843da6582d13efbb20b))
3434
- Merge branch 'gix-submodule' ([`363ee77`](https://github.com/Byron/gitoxide/commit/363ee77400805f473c9ad66eadad9214e7ab66f4))

gix-actor/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-actor"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
description = "A way to identify git actors"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
repository = "https://github.com/Byron/gitoxide"
@@ -17,8 +17,8 @@ doctest = false
1717
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
1818

1919
[dependencies]
20-
gix-features = { version = "^0.33.0", path = "../gix-features", optional = true }
21-
gix-date = { version = "^0.7.3", path = "../gix-date" }
20+
gix-features = { version = "^0.34.0", path = "../gix-features", optional = true }
21+
gix-date = { version = "^0.8.0", path = "../gix-date" }
2222

2323
thiserror = "1.0.38"
2424
btoi = "0.4.2"

gix-archive/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.4.0 (2023-09-08)
99

1010
A maintenance release without user-facing changes.
1111

@@ -25,7 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
28+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
2929
- Merge branch 'optimizations' ([`6135a5e`](https://github.com/Byron/gitoxide/commit/6135a5ea8709646f01da62939a59dd3a9750e007))
3030
- Adapt to changes in `gix-worktree` ([`d7fc182`](https://github.com/Byron/gitoxide/commit/d7fc182156847752ee872016b6de0c78f5fb190b))
3131
- Merge branch 'adjustments-for-cargo' ([`b7560a2`](https://github.com/Byron/gitoxide/commit/b7560a2445b62f888bf5aa2ba4c5a47ae037cb23))

gix-archive/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-archive"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "archive generation from of a worktree stream"
@@ -24,10 +24,10 @@ zip = ["dep:zip", "dep:time"]
2424

2525

2626
[dependencies]
27-
gix-worktree-stream = { version = "^0.3.0", path = "../gix-worktree-stream" }
28-
gix-object = { version = "^0.35.0", path = "../gix-object" }
29-
gix-path = { version = "^0.9.0", path = "../gix-path", optional = true }
30-
gix-date = { version = "^0.7.4", path = "../gix-date" }
27+
gix-worktree-stream = { version = "^0.4.0", path = "../gix-worktree-stream" }
28+
gix-object = { version = "^0.36.0", path = "../gix-object" }
29+
gix-path = { version = "^0.10.0", path = "../gix-path", optional = true }
30+
gix-date = { version = "^0.8.0", path = "../gix-date" }
3131

3232
flate2 = { version = "1.0.26", optional = true }
3333
zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] }

gix-attributes/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0 (2023-09-08)
99

1010
### New Features
1111

@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
<details><summary>view details</summary>
3434

3535
* **Uncategorized**
36-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
36+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
3737
- Merge branch 'optimizations' ([`6135a5e`](https://github.com/Byron/gitoxide/commit/6135a5ea8709646f01da62939a59dd3a9750e007))
3838
- Remove `log` dependency in favor of `gix-trace` ([`2b8d09f`](https://github.com/Byron/gitoxide/commit/2b8d09f785f471aa12fc6793f0ea40c1f8d9ea4a))
3939
- Merge branch `dyn`ification ([`f658fcc`](https://github.com/Byron/gitoxide/commit/f658fcc52dc2200ae34ca53dc10be97fb9012057))

gix-attributes/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-attributes"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dealing .gitattributes files"
@@ -17,9 +17,9 @@ doctest = false
1717
serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
1818

1919
[dependencies]
20-
gix-path = { version = "^0.9.0", path = "../gix-path" }
20+
gix-path = { version = "^0.10.0", path = "../gix-path" }
2121
gix-quote = { version = "^0.4.7", path = "../gix-quote" }
22-
gix-glob = { version = "^0.11.0", path = "../gix-glob" }
22+
gix-glob = { version = "^0.12.0", path = "../gix-glob" }
2323
gix-trace = { version = "^0.1.3", path = "../gix-trace" }
2424

2525
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}

gix-commitgraph/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.20.0 (2023-09-08)
99

1010
### Bug Fixes (BREAKING)
1111

@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
<details><summary>view details</summary>
2929

3030
* **Uncategorized**
31-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
31+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
3232
- Merge branch `dyn`ification ([`f658fcc`](https://github.com/Byron/gitoxide/commit/f658fcc52dc2200ae34ca53dc10be97fb9012057))
3333
- Use `dyn` trait where possible. ([`072ee32`](https://github.com/Byron/gitoxide/commit/072ee32f693a31161cd6a843da6582d13efbb20b))
3434
- Merge branch 'gix-submodule' ([`363ee77`](https://github.com/Byron/gitoxide/commit/363ee77400805f473c9ad66eadad9214e7ab66f4))

gix-commitgraph/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-commitgraph"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
repository = "https://github.com/Byron/gitoxide"
55
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
66
license = "MIT OR Apache-2.0"
@@ -18,8 +18,8 @@ doctest = false
1818
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]
1919

2020
[dependencies]
21-
gix-features = { version = "^0.33.0", path = "../gix-features", features = ["rustsha1"] }
22-
gix-hash = { version = "^0.12.0", path = "../gix-hash" }
21+
gix-features = { version = "^0.34.0", path = "../gix-features", features = ["rustsha1"] }
22+
gix-hash = { version = "^0.13.0", path = "../gix-hash" }
2323
gix-chunk = { version = "^0.4.4", path = "../gix-chunk" }
2424

2525
bstr = { version = "1.3.0", default-features = false, features = ["std"] }

gix-config-value/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.14.0 (2023-09-08)
99

1010
A maintenance release without user-facing changes.
1111

@@ -25,7 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
28+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
2929
- Merge branch 'gix-submodule' ([`363ee77`](https://github.com/Byron/gitoxide/commit/363ee77400805f473c9ad66eadad9214e7ab66f4))
3030
</details>
3131

gix-config-value/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-value"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project providing git-config value parsing"
@@ -16,7 +16,7 @@ doctest = false
1616
serde = ["dep:serde", "bstr/serde"]
1717

1818
[dependencies]
19-
gix-path = { version = "^0.9.0", path = "../gix-path" }
19+
gix-path = { version = "^0.10.0", path = "../gix-path" }
2020

2121
thiserror = "1.0.32"
2222
bstr = { version = "1.0.1", default-features = false, features = ["std"] }

gix-config/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.29.0 (2023-09-08)
99

1010
### New Features
1111

@@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
<details><summary>view details</summary>
3939

4040
* **Uncategorized**
41-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
41+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
4242
- Merge branch 'optimizations' ([`6135a5e`](https://github.com/Byron/gitoxide/commit/6135a5ea8709646f01da62939a59dd3a9750e007))
4343
- Optimize internal `gix` usage for faster compile time ([`9d33e2f`](https://github.com/Byron/gitoxide/commit/9d33e2f5c6a1c370654ef0db90b29c0a023dcf3d))
4444
- Remove `log` dependency in favor of `gix-trace` ([`2b8d09f`](https://github.com/Byron/gitoxide/commit/2b8d09f785f471aa12fc6793f0ea40c1f8d9ea4a))
@@ -2677,7 +2677,7 @@ This is a maintenance release without functional changes.
26772677
- _None._
26782678

26792679
<csr-unknown>
2680-
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
2680+
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
26812681
<csr-unknown/>
26822682

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

gix-config/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-config"
3-
version = "0.28.0"
3+
version = "0.29.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"
@@ -17,12 +17,12 @@ autotests = false
1717
serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/serde", "gix-config-value/serde"]
1818

1919
[dependencies]
20-
gix-features = { version = "^0.33.0", path = "../gix-features"}
21-
gix-config-value = { version = "^0.13.0", path = "../gix-config-value" }
22-
gix-path = { version = "^0.9.0", path = "../gix-path" }
23-
gix-sec = { version = "^0.9.0", path = "../gix-sec" }
24-
gix-ref = { version = "^0.35.0", path = "../gix-ref" }
25-
gix-glob = { version = "^0.11.0", path = "../gix-glob" }
20+
gix-features = { version = "^0.34.0", path = "../gix-features"}
21+
gix-config-value = { version = "^0.14.0", path = "../gix-config-value" }
22+
gix-path = { version = "^0.10.0", path = "../gix-path" }
23+
gix-sec = { version = "^0.10.0", path = "../gix-sec" }
24+
gix-ref = { version = "^0.36.0", path = "../gix-ref" }
25+
gix-glob = { version = "^0.12.0", path = "../gix-glob" }
2626

2727
winnow = { version = "0.5.14", features = ["simd"] }
2828
memchr = "2"

gix-credentials/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.19.0 (2023-09-08)
99

1010
### Bug Fixes (BREAKING)
1111

@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
<details><summary>view details</summary>
2929

3030
* **Uncategorized**
31-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
31+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
3232
- Merge branch `dyn`ification ([`f658fcc`](https://github.com/Byron/gitoxide/commit/f658fcc52dc2200ae34ca53dc10be97fb9012057))
3333
- Use `dyn` trait where possible. ([`072ee32`](https://github.com/Byron/gitoxide/commit/072ee32f693a31161cd6a843da6582d13efbb20b))
3434
- Merge branch 'gix-submodule' ([`363ee77`](https://github.com/Byron/gitoxide/commit/363ee77400805f473c9ad66eadad9214e7ab66f4))

gix-credentials/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-credentials"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project to interact with git credentials helpers"
@@ -16,12 +16,12 @@ doctest = false
1616
serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
1717

1818
[dependencies]
19-
gix-sec = { version = "^0.9.0", path = "../gix-sec" }
20-
gix-url = { version = "^0.22.0", path = "../gix-url" }
21-
gix-path = { version = "^0.9.0", path = "../gix-path" }
19+
gix-sec = { version = "^0.10.0", path = "../gix-sec" }
20+
gix-url = { version = "^0.23.0", path = "../gix-url" }
21+
gix-path = { version = "^0.10.0", path = "../gix-path" }
2222
gix-command = { version = "^0.2.9", path = "../gix-command" }
23-
gix-config-value = { version = "^0.13.0", path = "../gix-config-value" }
24-
gix-prompt = { version = "^0.6.0", path = "../gix-prompt" }
23+
gix-config-value = { version = "^0.14.0", path = "../gix-config-value" }
24+
gix-prompt = { version = "^0.7.0", path = "../gix-prompt" }
2525

2626
thiserror = "1.0.32"
2727
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

gix-date/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.8.0 (2023-09-08)
99

1010
### Bug Fixes (BREAKING)
1111

@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
<details><summary>view details</summary>
2929

3030
* **Uncategorized**
31-
- Prepare changelogs for release ([`001c1c3`](https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472))
31+
- Prepare changelogs for release ([`375db06`](https://github.com/Byron/gitoxide/commit/375db06a8442378c3f7a922fae38e2a6694d9d04))
3232
- Merge branch `dyn`ification ([`f658fcc`](https://github.com/Byron/gitoxide/commit/f658fcc52dc2200ae34ca53dc10be97fb9012057))
3333
- Use `dyn` trait where possible. ([`072ee32`](https://github.com/Byron/gitoxide/commit/072ee32f693a31161cd6a843da6582d13efbb20b))
3434
- Merge branch 'adjustments-for-cargo' ([`b7560a2`](https://github.com/Byron/gitoxide/commit/b7560a2445b62f888bf5aa2ba4c5a47ae037cb23))

gix-date/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-date"
3-
version = "0.7.4"
3+
version = "0.8.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project parsing dates the way git does"

0 commit comments

Comments
 (0)