Skip to content

Commit

Permalink
chore: release (#1366)
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>
Co-authored-by: release-plz[bot] <106432666+release-plz[bot]@users.noreply.github.com>
  • Loading branch information
release-plz[bot] committed Apr 2, 2024
1 parent 7783f83 commit fad32b3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.57](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.56...release-plz-v0.3.57) - 2024-04-02

### Fixed
- initialize git repo for downloaded packages ([#1377](https://github.com/MarcoIeni/release-plz/pull/1377))

### Other
- update dependencies ([#1379](https://github.com/MarcoIeni/release-plz/pull/1379))
- *(deps)* bump git-cliff-core to v2 ([#1361](https://github.com/MarcoIeni/release-plz/pull/1361))
- fix cargo-binstall pkg-url ([#1364](https://github.com/MarcoIeni/release-plz/pull/1364))
- emit a warning on readme file mismatch ([#1363](https://github.com/MarcoIeni/release-plz/pull/1363))

## [0.3.56](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.55...release-plz-v0.3.56) - 2024-03-24

### Added
Expand Down
8 changes: 4 additions & 4 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.56"
version = "0.3.57"
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.2" }
release_plz_core = { path = "../release_plz_core", version = "0.20.1", default-features = false }
release_plz_core = { path = "../release_plz_core", version = "0.20.2", default-features = false }
cargo_utils = { path = "../cargo_utils", version = "0.1" }

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

## [Unreleased]

## [0.20.2](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.20.1...release_plz_core-v0.20.2) - 2024-04-02

### Fixed
- initialize git repo for downloaded packages ([#1377](https://github.com/MarcoIeni/release-plz/pull/1377))

### Other
- update dependencies ([#1379](https://github.com/MarcoIeni/release-plz/pull/1379))
- *(deps)* bump git-cliff-core to v2 ([#1361](https://github.com/MarcoIeni/release-plz/pull/1361))
- emit a warning on readme file mismatch ([#1363](https://github.com/MarcoIeni/release-plz/pull/1363))

## [0.20.1](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.20.0...release_plz_core-v0.20.1) - 2024-03-24

### Other
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.20.1"
version = "0.20.2"
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 fad32b3

Please sign in to comment.