Skip to content

Commit

Permalink
chore: release (#1776)
Browse files Browse the repository at this point in the history
Co-authored-by: release-plz[bot] <106432666+release-plz[bot]@users.noreply.github.com>
  • Loading branch information
release-plz[bot] authored Oct 16, 2024
1 parent 525e422 commit 717e76e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.102](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.101...release-plz-v0.3.102) - 2024-10-16

### Fixed

- *(action)* clone entire history for release ([#1777](https://github.com/MarcoIeni/release-plz/pull/1777))
- fix release for squash commits ([#1775](https://github.com/MarcoIeni/release-plz/pull/1775))

## [0.3.101](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.100...release-plz-v0.3.101) - 2024-10-16

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions crates/git_cmd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.14](https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.6.13...git_cmd-v0.6.14) - 2024-10-16

### Fixed

- fix release for squash commits ([#1775](https://github.com/MarcoIeni/release-plz/pull/1775))

## [0.6.13](https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.6.12...git_cmd-v0.6.13) - 2024-10-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/git_cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git_cmd"
version = "0.6.13"
version = "0.6.14"
edition.workspace = true
description = "Wrapper around git cli"
repository = "https://github.com/MarcoIeni/release-plz/tree/main/crates/git_cmd"
Expand Down
6 changes: 3 additions & 3 deletions crates/release_plz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "release-plz"
version = "0.3.101"
version = "0.3.102"
edition.workspace = true
description = "Update version and changelog based on semantic versioning and conventional commits"
repository = "https://github.com/MarcoIeni/release-plz"
Expand All @@ -20,8 +20,8 @@ docker-tests = []
all-static = ["release_plz_core/all-static"]

[dependencies]
git_cmd = { path = "../git_cmd", version = "0.6.13" }
release_plz_core = { path = "../release_plz_core", version = "0.30.2", default-features = false }
git_cmd = { path = "../git_cmd", version = "0.6.14" }
release_plz_core = { path = "../release_plz_core", version = "0.30.3", default-features = false }
cargo_utils = { path = "../cargo_utils", version = "0.1" }

anyhow.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/release_plz_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.30.3](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.30.2...release_plz_core-v0.30.3) - 2024-10-16

### Fixed

- fix release for squash commits ([#1775](https://github.com/MarcoIeni/release-plz/pull/1775))

## [0.30.2](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.30.1...release_plz_core-v0.30.2) - 2024-10-15

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/release_plz_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "release_plz_core"
version = "0.30.2"
version = "0.30.3"
edition.workspace = true
description = "Update version and changelog based on semantic versioning and conventional commits"
repository = "https://github.com/MarcoIeni/release-plz/tree/main/crates/release_plz_core"
Expand All @@ -18,7 +18,7 @@ all-static = ["cargo/vendored-libgit2", "cargo/all-static"]
[dependencies]
base64.workspace = true
cargo_utils = { path = "../cargo_utils", version = "0.1.58" }
git_cmd = { path = "../git_cmd", version = "0.6.13" }
git_cmd = { path = "../git_cmd", version = "0.6.14" }
next_version = { path = "../next_version", version = "0.2" }

anyhow.workspace = true
Expand Down

0 comments on commit 717e76e

Please sign in to comment.