Skip to content

Commit 1fb931a

Browse files
committed
Release git-date v0.1.0, git-actor v0.11.4, git-revision v0.4.3, git-repository v0.22.1, cargo-smart-release v0.11.0, git-commitgraph v0.8.2, gitoxide-core v0.17.0, gitoxide v0.15.0
1 parent 23cb58f commit 1fb931a

File tree

19 files changed

+47
-32
lines changed

19 files changed

+47
-32
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.15.0 (2022-08-24)
9+
10+
<csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/>
911

1012
### Chore
1113

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -81,7 +81,7 @@ anyhow = "1.0.42"
8181

8282
gitoxide-core = { version = "^0.17.0", path = "gitoxide-core" }
8383
git-features = { version = "^0.22.2", path = "git-features" }
84-
git-repository = { version = "^0.22.0", path = "git-repository", default-features = false }
84+
git-repository = { version = "^0.22.1", path = "git-repository", default-features = false }
8585

8686
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.19.2", path = "git-transport" }
8787

cargo-smart-release/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.11.0 (2022-08-24)
9+
10+
<csr-id-533e887e80c5f7ede8392884562e1c5ba56fb9a8/>
911

1012
### Chore
1113

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

2729
<csr-read-only-do-not-edit/>
2830

29-
- 33 commits contributed to the release over the course of 77 calendar days.
31+
- 34 commits contributed to the release over the course of 77 calendar days.
3032
- 88 days passed between releases.
3133
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
3234
- 3 unique issues were worked on: [#331](https://github.com/Byron/gitoxide/issues/331), [#427](https://github.com/Byron/gitoxide/issues/427), [#450](https://github.com/Byron/gitoxide/issues/450)
@@ -50,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5052
* **[#450](https://github.com/Byron/gitoxide/issues/450)**
5153
- adapt to changes in `git-url` ([`60bfd6d`](https://github.com/Byron/gitoxide/commit/60bfd6d457d75fb4b342e08f329dadc8373de266))
5254
* **Uncategorized**
55+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
5356
- Improve performance configuration of smart-release, allowing it to build on msvc by default ([`3923893`](https://github.com/Byron/gitoxide/commit/3923893c638d92c713def0a244f07b9718397fc3))
5457
- Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates ([`4974eca`](https://github.com/Byron/gitoxide/commit/4974eca96d525d1ee4f8cad79bb713af7a18bf9d))
5558
- Merge branch 'example-write-blob' ([`afedd7f`](https://github.com/Byron/gitoxide/commit/afedd7f86ec8ea18a8165f71698ecc886f5cf643))

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.22.0", path = "../git-repository", default-features = false, features = ["unstable", "max-performance-safe"] }
27+
git-repository = { version = "^0.22.1", path = "../git-repository", default-features = false, features = ["unstable", "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"] }

experiments/diffing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
anyhow = "1"
12-
git-repository = { version = "^0.22.0", path = "../../git-repository", features = ["unstable"] }
12+
git-repository = { version = "^0.22.1", path = "../../git-repository", features = ["unstable"] }
1313
git-features-for-config = { package = "git-features", version = "^0.22.2", path = "../../git-features", features = ["cache-efficiency-debug"] }
1414
git2 = "0.14"
1515
rayon = "1.5.0"

experiments/object-access/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111

1212
[dependencies]
1313
anyhow = "1"
14-
git-repository = { path = "../../git-repository", version = "^0.22.0", features = ["unstable"] }
14+
git-repository = { path = "../../git-repository", version = "^0.22.1", features = ["unstable"] }
1515
git2 = "0.14"
1616
rayon = "1.5.0"
1717
parking_lot = { version = "0.12.0", default-features = false }

experiments/traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
anyhow = "1"
12-
git-repository = { version = "^0.22.0", path = "../../git-repository", features = ["unstable"] }
12+
git-repository = { version = "^0.22.1", path = "../../git-repository", features = ["unstable"] }
1313
git2 = "0.14"
1414
rayon = "1.5.0"
1515
dashmap = "5.1.0"

git-actor/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.11.4 (2022-08-24)
99

1010
A maintenance release without user facing changes.
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 where understood as [conventional](https://www.conventionalcommits.org).
1818
- 0 issues like '(#ID)' where seen in commit messages
1919

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

2626
* **Uncategorized**
27+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
2728
- adjust to new version of git-date ([`b3fe26b`](https://github.com/Byron/gitoxide/commit/b3fe26bf03db7e1babb5ffbc89d71bf9614e3df3))
2829
</details>
2930

git-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-actor"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
description = "A way to identify git actors"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
repository = "https://github.com/Byron/gitoxide"

git-commitgraph/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.2 (2022-08-24)
9+
10+
<csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/>
911

1012
### Chore
1113

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

2123
<csr-read-only-do-not-edit/>
2224

23-
- 5 commits contributed to the release over the course of 3 calendar days.
25+
- 6 commits contributed to the release over the course of 3 calendar days.
2426
- 6 days passed between releases.
2527
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
2628
- 0 issues like '(#ID)' where seen in commit messages
@@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
<details><summary>view details</summary>
3335

3436
* **Uncategorized**
37+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
3538
- Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates ([`4974eca`](https://github.com/Byron/gitoxide/commit/4974eca96d525d1ee4f8cad79bb713af7a18bf9d))
3639
- Merge branch 'example-new-repo' ([`946dd3a`](https://github.com/Byron/gitoxide/commit/946dd3a80522ef437e09528a93aa1433f01b0ee8))
3740
- use docsrs feature in code to show what is feature-gated automatically on docs.rs ([`b1c40b0`](https://github.com/Byron/gitoxide/commit/b1c40b0364ef092cd52d03b34f491b254816b18d))

git-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 = "git-commitgraph"
3-
version = "0.8.1"
3+
version = "0.8.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/Apache-2.0"

git-date/CHANGELOG.md

Lines changed: 3 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.1.0 (2022-08-24)
99

1010
### New Features
1111

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

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

20-
- 1 commit contributed to the release.
20+
- 2 commits contributed to the release.
2121
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
2222
- 0 issues like '(#ID)' where seen in commit messages
2323

@@ -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+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
3132
- bump version to 1.0 to prevent accidental inclusions downstream ([`034c8dc`](https://github.com/Byron/gitoxide/commit/034c8dc4437c06dc8af702fbe9b86ec903c73a18))
3233
</details>
3334

git-repository/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.22.1 (2022-08-24)
99

1010
A maintenance release without user facing changes.
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 where understood as [conventional](https://www.conventionalcommits.org).
1818
- 0 issues like '(#ID)' where seen in commit messages
1919

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

2626
* **Uncategorized**
27+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
2728
- adjust to new version of git-date ([`b3fe26b`](https://github.com/Byron/gitoxide/commit/b3fe26bf03db7e1babb5ffbc89d71bf9614e3df3))
2829
</details>
2930

git-repository/Cargo.toml

Lines changed: 3 additions & 3 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.22.0"
6+
version = "0.22.1"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2018"
99
include = ["src/**/*", "CHANGELOG.md"]
@@ -100,9 +100,9 @@ git-config = { version = "^0.7.0", path = "../git-config" }
100100
git-odb = { version = "^0.31.2", path = "../git-odb" }
101101
git-hash = { version = "^0.9.8", path = "../git-hash" }
102102
git-object = { version = "^0.20.2", path = "../git-object" }
103-
git-actor = { version = "^0.11.3", path = "../git-actor" }
103+
git-actor = { version = "^0.11.4", path = "../git-actor" }
104104
git-pack = { version = "^0.21.2", path = "../git-pack", features = ["object-cache-dynamic"] }
105-
git-revision = { version = "^0.4.2", path = "../git-revision" }
105+
git-revision = { version = "^0.4.3", path = "../git-revision" }
106106

107107
git-path = { version = "^0.4.1", path = "../git-path" }
108108
git-url = { version = "^0.7.2", path = "../git-url" }

git-revision/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.4.3 (2022-08-24)
99

1010
A maintenance release without user facing changes.
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 where understood as [conventional](https://www.conventionalcommits.org).
1818
- 0 issues like '(#ID)' where seen in commit messages
1919

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

2626
* **Uncategorized**
27+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
2728
- adjust to new version of git-date ([`b3fe26b`](https://github.com/Byron/gitoxide/commit/b3fe26bf03db7e1babb5ffbc89d71bf9614e3df3))
2829
</details>
2930

git-revision/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-revision"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dealing with finding names for revisions and parsing specifications"

gitoxide-core/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.17.0 (2022-08-24)
9+
10+
<csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/>
911

1012
### Chore
1113

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

3234
<csr-read-only-do-not-edit/>
3335

34-
- 19 commits contributed to the release over the course of 5 calendar days.
36+
- 20 commits contributed to the release over the course of 5 calendar days.
3537
- 6 days passed between releases.
3638
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
3739
- 1 unique issue was worked on: [#450](https://github.com/Byron/gitoxide/issues/450)
@@ -50,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5052
- Try to use maybe async for the simplest of possibly blocking remote interactions ([`db4df25`](https://github.com/Byron/gitoxide/commit/db4df250d7e58518015bed0b9a1e3391b209cb29))
5153
- basic parsing of `gix remote refs` without any implementation. ([`f8f1249`](https://github.com/Byron/gitoxide/commit/f8f124943f73bacf816c6d0055f0b66659fd3906))
5254
* **Uncategorized**
55+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
5356
- Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates ([`4974eca`](https://github.com/Byron/gitoxide/commit/4974eca96d525d1ee4f8cad79bb713af7a18bf9d))
5457
- Merge branch 'example-write-blob' ([`afedd7f`](https://github.com/Byron/gitoxide/commit/afedd7f86ec8ea18a8165f71698ecc886f5cf643))
5558
- Merge pull request #494 from ultrasaurus/patch-1 ([`86fe22c`](https://github.com/Byron/gitoxide/commit/86fe22cb1aad5944a229bc2a5252b36ef1fd59ef))

gitoxide-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ serde1 = ["git-commitgraph/serde1", "git-repository/serde1", "serde_json", "serd
3636

3737
[dependencies]
3838
# deselect everything else (like "performance") as this should be controllable by the parent application.
39-
git-repository = { version = "^0.22.0", path = "../git-repository", default-features = false, features = ["local", "unstable"]} # TODO: eventually 'unstable' shouldn't be needed anymore
39+
git-repository = { version = "^0.22.1", path = "../git-repository", default-features = false, features = ["local", "unstable"]} # TODO: eventually 'unstable' shouldn't be needed anymore
4040
git-pack-for-configuration-only = { package = "git-pack", version = "^0.21.2", path = "../git-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
4141
git-transport-configuration-only = { package = "git-transport", version = "^0.19.2", path = "../git-transport", default-features = false }
42-
git-commitgraph = { version = "^0.8.1", path = "../git-commitgraph" }
42+
git-commitgraph = { version = "^0.8.2", path = "../git-commitgraph" }
4343
git-config = { version = "^0.7.0", path = "../git-config" }
4444
git-features = { version = "^0.22.2", path = "../git-features" }
4545
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)