Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: release-plz[bot] <106432666+release-plz[bot]@users.noreply.github.com>
  • Loading branch information
release-plz[bot] committed Mar 10, 2024
1 parent cad8037 commit d6b71a9
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.53](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.52...release-plz-v0.3.53) - 2024-03-10

### Fixed
- allow rust project in subdir ([#1336](https://github.com/MarcoIeni/release-plz/pull/1336))

### Other
- improve error message to suggest `--project-manifest` ([#1334](https://github.com/MarcoIeni/release-plz/pull/1334))

## [0.3.52](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.51...release-plz-v0.3.52) - 2024-03-10

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

## [Unreleased]

## [0.1.41](https://github.com/MarcoIeni/release-plz/compare/cargo_utils-v0.1.40...cargo_utils-v0.1.41) - 2024-03-10

### Other
- improve error message to suggest `--project-manifest` ([#1334](https://github.com/MarcoIeni/release-plz/pull/1334))

## [0.1.40](https://github.com/MarcoIeni/release-plz/compare/cargo_utils-v0.1.39...cargo_utils-v0.1.40) - 2024-03-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo_utils"
version = "0.1.40"
version = "0.1.41"
edition.workspace = true
description = "Utilities around cargo and Rust workspaces"
repository = "https://github.com/MarcoIeni/release-plz/tree/main/crates/cargo_utils"
Expand Down
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.52"
version = "0.3.53"
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.0" }
release_plz_core = { path = "../release_plz_core", version = "0.19.7", default-features = false }
release_plz_core = { path = "../release_plz_core", version = "0.19.8", default-features = false }
cargo_utils = { path = "../cargo_utils", version = "0.1" }

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

## [Unreleased]

## [0.19.8](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.19.7...release_plz_core-v0.19.8) - 2024-03-10

### Fixed
- allow rust project in subdir ([#1336](https://github.com/MarcoIeni/release-plz/pull/1336))

## [0.19.7](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.19.6...release_plz_core-v0.19.7) - 2024-03-10

### Added
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.19.7"
version = "0.19.8"
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 @@ -17,7 +17,7 @@ all-static = ["cargo/vendored-libgit2", "cargo/all-static"]

[dependencies]
base64.workspace = true
cargo_utils = { path = "../cargo_utils", version = "0.1.40" }
cargo_utils = { path = "../cargo_utils", version = "0.1.41" }
git_cmd = { path = "../git_cmd", version = "0.6.0" }
next_version = { path = "../next_version", version = "0.2" }

Expand Down

0 comments on commit d6b71a9

Please sign in to comment.