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

Skip to content

Commit 4604f83

Browse files
committed
Release gix-glob v0.10.2, gix-date v0.7.2, gix-validate v0.8.0, gix-object v0.34.0, gix-ref v0.34.0, gix-config v0.27.0, gix-commitgraph v0.18.2, gix-revwalk v0.5.0, gix-revision v0.19.0, gix-refspec v0.15.0, gix-submodule v0.1.0, safety bump 18 crates
SAFETY BUMP: gix-object v0.34.0, gix-ref v0.34.0, gix-config v0.27.0, gix-revwalk v0.5.0, gix-revision v0.19.0, gix-refspec v0.15.0, gix-submodule v0.1.0, gix-diff v0.34.0, gix-traverse v0.31.0, gix-index v0.22.0, gix-worktree v0.24.0, gix-filter v0.3.0, gix-odb v0.51.0, gix-pack v0.41.0, gix-negotiate v0.6.0, gix-archive v0.3.0, gix-worktree-stream v0.3.0, gix-discover v0.23.0
1 parent cbe8e62 commit 4604f83

41 files changed

Lines changed: 237 additions & 208 deletions

File tree

Some content is hidden

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

Cargo.lock

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

gitoxide-core/Cargo.toml

Lines changed: 2 additions & 2 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.51.0", path = "../gix", default-features = false }
48-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.40.2", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
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"] }
4949
gix-transport-configuration-only = { package = "gix-transport", version = "^0.34.2", path = "../gix-transport", default-features = false }
50-
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.2.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
50+
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.3.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"

gix-archive/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-archive"
3-
version = "0.2.1"
3+
version = "0.3.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.2.0", path = "../gix-worktree-stream" }
28-
gix-object = { version = "^0.33.1", path = "../gix-object" }
27+
gix-worktree-stream = { version = "^0.3.0", path = "../gix-worktree-stream" }
28+
gix-object = { version = "^0.34.0", path = "../gix-object" }
2929
gix-path = { version = "^0.8.4", path = "../gix-path", optional = true }
30-
gix-date = { version = "^0.7.1", path = "../gix-date" }
30+
gix-date = { version = "^0.7.2", path = "../gix-date" }
3131

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

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
1919
[dependencies]
2020
gix-path = { version = "^0.8.4", path = "../gix-path" }
2121
gix-quote = { version = "^0.4.6", path = "../gix-quote" }
22-
gix-glob = { version = "^0.10.1", path = "../gix-glob" }
22+
gix-glob = { version = "^0.10.2", path = "../gix-glob" }
2323

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

gix-commitgraph/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.18.2 (2023-08-07)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 2 commits contributed to the release over the course of 2 calendar days.
16+
- 3 commits contributed to the release over the course of 3 calendar days.
1717
- 15 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
2829
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
2930
- Fix various tests to run properly on linux ([`ef8ccd9`](https://github.com/Byron/gitoxide/commit/ef8ccd9d16143d37155d063747c69cade80f162d))
3031
</details>

gix-commitgraph/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-commitgraph"
3-
version = "0.18.1"
3+
version = "0.18.2"
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"

gix-config/CHANGELOG.md

Lines changed: 4 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.27.0 (2023-08-07)
99

1010
### Bug Fixes (BREAKING)
1111

@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<csr-read-only-do-not-edit/>
1818

19-
- 4 commits contributed to the release over the course of 2 calendar days.
19+
- 5 commits contributed to the release over the course of 3 calendar days.
2020
- 4 days passed between releases.
2121
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2222
- 0 issues like '(#ID)' were seen in commit messages
@@ -28,6 +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 prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
3132
- Merge branch 'submodules' ([`b629f8a`](https://github.com/Byron/gitoxide/commit/b629f8a774931d58c0a9b124fa75f85807c6c5d1))
3233
- `File::push_section()` is now infallible. ([`d091c78`](https://github.com/Byron/gitoxide/commit/d091c78aa863180ea304cd4e0b60a2193a82a546))
3334
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
@@ -2577,7 +2578,7 @@ This is a maintenance release without functional changes.
25772578
- _None._
25782579

25792580
<csr-unknown>
2580-
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_envopen<csr-unknown/>
2581+
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_envopen<csr-unknown/>
25812582
<csr-unknown/>
25822583

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

gix-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 = "gix-config"
3-
version = "0.26.2"
3+
version = "0.27.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,8 +21,8 @@ gix-features = { version = "^0.32.1", path = "../gix-features"}
2121
gix-config-value = { version = "^0.12.5", path = "../gix-config-value" }
2222
gix-path = { version = "^0.8.4", path = "../gix-path" }
2323
gix-sec = { version = "^0.8.4", path = "../gix-sec" }
24-
gix-ref = { version = "^0.33.3", path = "../gix-ref" }
25-
gix-glob = { version = "^0.10.1", path = "../gix-glob" }
24+
gix-ref = { version = "^0.34.0", path = "../gix-ref" }
25+
gix-glob = { version = "^0.10.2", path = "../gix-glob" }
2626

2727
log = "0.4.17"
2828
winnow = "0.5"

gix-date/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.7.2 (2023-08-07)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 4 commits contributed to the release over the course of 3 calendar days.
16+
- 5 commits contributed to the release over the course of 4 calendar days.
1717
- 15 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 1 unique issue was worked on: [#961](https://github.com/Byron/gitoxide/issues/961)
@@ -27,6 +27,7 @@ A maintenance release without user-facing changes.
2727
* **[#961](https://github.com/Byron/gitoxide/issues/961)**
2828
- Add another fuzz-failure that doesn't fail ([`90ec770`](https://github.com/Byron/gitoxide/commit/90ec77057fa8a7d191c959e2f3a3c958270803eb))
2929
* **Uncategorized**
30+
- Prepare changelogs prior to release of `gix-submodule` ([`f3c4311`](https://github.com/Byron/gitoxide/commit/f3c43110e8d5f16cf87e50821044d8b3edbae235))
3031
- Merge branch 'dev-on-linux' ([`6b4a303`](https://github.com/Byron/gitoxide/commit/6b4a30330fe49fc97daa73f55bf56580cc0597aa))
3132
- Fix various tests to run properly on linux ([`ef8ccd9`](https://github.com/Byron/gitoxide/commit/ef8ccd9d16143d37155d063747c69cade80f162d))
3233
- Update `time` crate explicitly in Cargo.toml to latest version ([`e145a74`](https://github.com/Byron/gitoxide/commit/e145a7489dd5e1a7c3458428ecbd101e7b53536b))

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

0 commit comments

Comments
 (0)