Skip to content

Commit

Permalink
chore: release (#1804)
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 27, 2024
1 parent f22270c commit f025d20
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions 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.3.105](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.104...release-plz-v0.3.105) - 2024-10-27

### Fixed

- revert Cargo.lock changes after running `cargo package` ([#1803](https://github.com/MarcoIeni/release-plz/pull/1803))

## [0.3.104](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.103...release-plz-v0.3.104) - 2024-10-25

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.104"
version = "0.3.105"
edition.workspace = true
description = "Update version and changelog based on semantic versioning and conventional commits"
repository = "https://github.com/MarcoIeni/release-plz"
Expand All @@ -21,7 +21,7 @@ all-static = ["release_plz_core/all-static"]

[dependencies]
git_cmd = { path = "../git_cmd", version = "0.6.15" }
release_plz_core = { path = "../release_plz_core", version = "0.30.5", default-features = false }
release_plz_core = { path = "../release_plz_core", version = "0.30.6", 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.6](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.30.5...release_plz_core-v0.30.6) - 2024-10-27

### Fixed

- revert Cargo.lock changes after running `cargo package` ([#1803](https://github.com/MarcoIeni/release-plz/pull/1803))

## [0.30.5](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.30.4...release_plz_core-v0.30.5) - 2024-10-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
version = "0.30.6"
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 Down

0 comments on commit f025d20

Please sign in to comment.