Skip to content

Commit

Permalink
Release git-features v0.18.0, git-actor v0.7.0, git-config v0.1.9, gi…
Browse files Browse the repository at this point in the history
…t-object v0.16.0, git-diff v0.12.0, git-traverse v0.11.0, git-pack v0.15.0, git-odb v0.25.0, git-packetline v0.12.2, git-transport v0.14.0, git-protocol v0.13.0, git-ref v0.10.0, git-repository v0.13.0, cargo-smart-release v0.7.0, safety bump 12 crates

SAFETY BUMP: git-actor v0.7.0, git-object v0.16.0, git-diff v0.12.0, git-traverse v0.11.0, git-pack v0.15.0, git-odb v0.25.0, git-transport v0.14.0, git-protocol v0.13.0, git-ref v0.10.0, git-repository v0.13.0, cargo-smart-release v0.7.0, git-commitgraph v0.7.0
  • Loading branch information
Byron committed Nov 29, 2021
1 parent ec38950 commit acd3737
Show file tree
Hide file tree
Showing 36 changed files with 149 additions and 103 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ cache-efficiency-debug = ["git-features/cache-efficiency-debug"]
anyhow = "1.0.42"

gitoxide-core = { version ="^0.13.0", path = "gitoxide-core" }
git-features = { version ="^0.17.0", path = "git-features" }
git-repository = { version ="^0.12.0", path = "git-repository", default-features = false }
git-features = { version ="^0.18.0", path = "git-features" }
git-repository = { version ="^0.13.0", path = "git-repository", default-features = false }

git-transport-for-configuration-only = { package = "git-transport", optional = true, version ="^0.13.1", path = "git-transport" }
git-transport-for-configuration-only = { package = "git-transport", optional = true, version ="^0.14.0", path = "git-transport" }

clap = { version = "=3.0.0-beta.5", optional = true }
argh = { version = "0.1.5", optional = true, default-features = false }
Expand Down
35 changes: 34 additions & 1 deletion cargo-smart-release/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.7.0 (2021-11-29)

### Bug Fixes

- <csr-id-f4421d83d022a56e47f534a8c676bcb9cb3d230d/> don't mistake prefixed tags for versions
Previously we would be too generious when accepting version tags, now
we accept the prefixes 'v' and 'vers' and no prefix at all.
- <csr-id-6eae7f1119e2a7928286f233fc397b92274bb0ab/> don't panic if there is a version requirement without version

### Commit Statistics

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

- 4 commits contributed to the release over the course of 11 calendar days.
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#259](https://github.com/Byron/gitoxide/issues/259), [#262](https://github.com/Byron/gitoxide/issues/262)

### Commit Details

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

<details><summary>view details</summary>

* **[#259](https://github.com/Byron/gitoxide/issues/259)**
- btree/hashmap free lookup of packs in store, keeping things more bundled ([`a88981b`](https://github.com/Byron/gitoxide/commit/a88981b6f38b86624588f0c8ff200d17f38d0263))
* **[#262](https://github.com/Byron/gitoxide/issues/262)**
- don't mistake prefixed tags for versions ([`f4421d8`](https://github.com/Byron/gitoxide/commit/f4421d83d022a56e47f534a8c676bcb9cb3d230d))
- don't panic if there is a version requirement without version ([`6eae7f1`](https://github.com/Byron/gitoxide/commit/6eae7f1119e2a7928286f233fc397b92274bb0ab))
* **Uncategorized**
- Merge branch 'git-loose-objects' of https://github.com/xmo-odoo/gitoxide into xmo-odoo-git-loose-objects ([`ee737cd`](https://github.com/Byron/gitoxide/commit/ee737cd237ad70bf9f2c5e0d3e4557909e495bca))
</details>

## 0.6.0 (2021-11-16)

### New Features
Expand All @@ -28,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 11 commits contributed to the release over the course of 26 calendar days.
- 12 commits contributed to the release over the course of 26 calendar days.
- 4 commits where understood as [conventional](https://www.conventionalcommits.org).
- 3 unique issues were worked on: [#228](https://github.com/Byron/gitoxide/issues/228), [#234](https://github.com/Byron/gitoxide/issues/234), [#241](https://github.com/Byron/gitoxide/issues/241)

Expand All @@ -47,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#241](https://github.com/Byron/gitoxide/issues/241)**
- Improve usability of the pack-cache environment variable ([`47d8162`](https://github.com/Byron/gitoxide/commit/47d81629a0bfa2eccf75cbe081de55d80d0abd59))
* **Uncategorized**
- Release git-repository v0.12.0, cargo-smart-release v0.6.0 ([`831a777`](https://github.com/Byron/gitoxide/commit/831a777487452a6f51a7bc0a9f9ca34b0fd778ed))
- Release git-config v0.1.8, git-object v0.15.1, git-diff v0.11.1, git-traverse v0.10.1, git-pack v0.14.0, git-odb v0.24.0, git-packetline v0.12.1, git-transport v0.13.1, git-protocol v0.12.1, git-ref v0.9.1, git-repository v0.12.0, cargo-smart-release v0.6.0 ([`f606fa9`](https://github.com/Byron/gitoxide/commit/f606fa9a0ca338534252df8921cd5e9d3875bf94))
- Adjusting changelogs prior to release of git-config v0.1.8, git-object v0.15.1, git-diff v0.11.1, git-traverse v0.10.1, git-pack v0.14.0, git-odb v0.24.0, git-packetline v0.12.1, git-transport v0.13.1, git-protocol v0.12.1, git-ref v0.9.1, git-repository v0.12.0, cargo-smart-release v0.6.0, safety bump 5 crates ([`39b40c8`](https://github.com/Byron/gitoxide/commit/39b40c8c3691029cc146b893fa0d8d25d56d0819))
- Don't let dev-dependencies participate in traversal unless they have a version specified. ([`57a50a6`](https://github.com/Byron/gitoxide/commit/57a50a68313cee4c63b1c32f3dedb2837bb751fc))
Expand Down
4 changes: 2 additions & 2 deletions cargo-smart-release/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-smart-release"
version = "0.6.0"
version = "0.7.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
repository = "https://github.com/Byron/gitoxide"
description = "Cargo subcommand for fearlessly releasing crates in workspaces."
Expand All @@ -26,7 +26,7 @@ test = false
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]

[dependencies]
git-repository = { version ="^0.12.0", path = "../git-repository", features = ["unstable"] }
git-repository = { version ="^0.13.0", path = "../git-repository", features = ["unstable"] }
anyhow = "1.0.42"
clap = { version = "=3.0.0-beta.5" }
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] }
Expand Down
2 changes: 1 addition & 1 deletion experiments/diffing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1"
git-repository = { version ="^0.12.0", path = "../../git-repository", features = ["unstable"] }
git-repository = { version ="^0.13.0", path = "../../git-repository", features = ["unstable"] }
git2 = "0.13"
rayon = "1.5.0"
memory-lru = "0.1.0"
2 changes: 1 addition & 1 deletion experiments/object-access/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1"
git-repository = { version ="^0.12.0", path = "../../git-repository", features = ["unstable"] }
git-repository = { version ="^0.13.0", path = "../../git-repository", features = ["unstable"] }
git2 = "0.13"
rayon = "1.5.0"
parking_lot = { version = "0.11.0", default-features = false }
2 changes: 1 addition & 1 deletion experiments/odb-redesign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thread-safe = []
git-pack = { path = "../../git-pack", version = "*" }
git-odb = { path = "../../git-odb", version = "*" }
git-hash = { path = "../../git-hash", version ="^0.8.0" }
git-ref = { path = "../../git-ref", version ="^0.9.1" }
git-ref = { path = "../../git-ref", version ="^0.10.0"}
parking_lot = { version = "0.11.0", default-features = false }
thiserror = "1.0.30"
anyhow = "1.0.47"
2 changes: 1 addition & 1 deletion experiments/traversal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1"
git-repository = { version ="^0.12.0", path = "../../git-repository", features = ["unstable"] }
git-repository = { version ="^0.13.0", path = "../../git-repository", features = ["unstable"] }
git2 = "0.13"
rayon = "1.5.0"
dashmap = "4.0.2"
5 changes: 3 additions & 2 deletions git-actor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.7.0 (2021-11-29)

<csr-id-598698b88c194bc0e6ef69539f9fa7246ebfab70/>

Expand All @@ -15,7 +15,7 @@ Maintenance release due, which isn't really required but one now has to be caref

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

- 2 commits contributed to the release over the course of 25 calendar days.
- 3 commits contributed to the release over the course of 25 calendar days.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#250](https://github.com/Byron/gitoxide/issues/250)

Expand All @@ -28,6 +28,7 @@ Maintenance release due, which isn't really required but one now has to be caref
* **[#250](https://github.com/Byron/gitoxide/issues/250)**
- move loose header manipulation from git-pack to git-object ([`598698b`](https://github.com/Byron/gitoxide/commit/598698b88c194bc0e6ef69539f9fa7246ebfab70))
* **Uncategorized**
- Adjust changelogs prior to release ([`ec38950`](https://github.com/Byron/gitoxide/commit/ec3895005d141abe79764eaff7c0f04153e38d73))
- Move "loose object header" ser/de to git-object ([`3d1565a`](https://github.com/Byron/gitoxide/commit/3d1565acfc336baf6487edccefd72d0226141a08))
</details>

Expand Down
4 changes: 2 additions & 2 deletions git-actor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-actor"
version = "0.6.0"
version = "0.7.0"
description = "A way to identify git actors"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
repository = "https://github.com/Byron/gitoxide"
Expand All @@ -19,7 +19,7 @@ local-time-support = ["git-features/time"]
all-features = true

[dependencies]
git-features = { version ="^0.17.0", path = "../git-features", optional = true }
git-features = { version ="^0.18.0", path = "../git-features", optional = true }
quick-error = "2.0.0"
btoi = "0.4.2"
bstr = { version = "0.2.13", default-features = false, features = ["std"]}
Expand Down
4 changes: 2 additions & 2 deletions git-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-commitgraph"
version = "0.6.0"
version = "0.7.0"
repository = "https://github.com/Byron/gitoxide"
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."
license = "MIT/Apache-2.0"
Expand All @@ -16,7 +16,7 @@ doctest = false
serde1 = ["serde", "git-hash/serde1", "bstr/serde1"]

[dependencies]
git-features = { version ="^0.17.0", path = "../git-features", features = ["rustsha1"] }
git-features = { version ="^0.18.0", path = "../git-features", features = ["rustsha1"] }
git-hash = { version ="^0.8.0", path = "../git-hash" }

bstr = { version = "0.2.13", default-features = false, features = ["std"] }
Expand Down
5 changes: 3 additions & 2 deletions git-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.1.9 (2021-11-29)

A maintenance release.

### Commit Statistics

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

- 4 commits contributed to the release over the course of 11 calendar days.
- 5 commits contributed to the release over the course of 11 calendar days.
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

Expand All @@ -30,6 +30,7 @@ A maintenance release.
<details><summary>view details</summary>

* **Uncategorized**
- Adjust changelogs prior to release ([`ec38950`](https://github.com/Byron/gitoxide/commit/ec3895005d141abe79764eaff7c0f04153e38d73))
- Fix build warnings related to pin-project lite ([`126aeec`](https://github.com/Byron/gitoxide/commit/126aeec1f4cb358c7d24fec4fb0a92e7ff9319e8))
- thanks clippy ([`db1bb99`](https://github.com/Byron/gitoxide/commit/db1bb99101a9248b464b0df9f526067b8f2a184e))
- Add `GitConfig::from_env_paths` with git-like sequence resolution ([`aec51a2`](https://github.com/Byron/gitoxide/commit/aec51a2240c548a0737e61aeaebc2997945af197))
Expand Down
2 changes: 1 addition & 1 deletion git-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-config"
version = "0.1.8"
version = "0.1.9"
repository = "https://github.com/Byron/gitoxide"
description = "A git-config file parser and editor from the gitoxide project"
license = "MIT OR Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions git-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.12.0 (2021-11-29)

A maintenance release, triggered by putting too many adjustments into a single commit.

### Commit Statistics

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

- 1 commit contributed to the release over the course of 11 calendar days.
- 2 commits contributed to the release over the course of 11 calendar days.
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

Expand All @@ -24,6 +24,7 @@ A maintenance release, triggered by putting too many adjustments into a single c
<details><summary>view details</summary>

* **Uncategorized**
- Adjust changelogs prior to release ([`ec38950`](https://github.com/Byron/gitoxide/commit/ec3895005d141abe79764eaff7c0f04153e38d73))
- Merge branch 'git-loose-objects' of https://github.com/xmo-odoo/gitoxide into xmo-odoo-git-loose-objects ([`ee737cd`](https://github.com/Byron/gitoxide/commit/ee737cd237ad70bf9f2c5e0d3e4557909e495bca))
</details>

Expand Down
4 changes: 2 additions & 2 deletions git-diff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-diff"
version = "0.11.1"
version = "0.12.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "Calculate differences between various git objects"
Expand All @@ -15,7 +15,7 @@ doctest = false

[dependencies]
git-hash = { version ="^0.8.0", path = "../git-hash" }
git-object = { version ="^0.15.1", path = "../git-object" }
git-object = { version ="^0.16.0", path = "../git-object" }
quick-error = "2.0.0"

[dev-dependencies]
Expand Down

0 comments on commit acd3737

Please sign in to comment.