Skip to content

Commit

Permalink
chore: release (#1647)
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 Sep 7, 2024
1 parent 387640b commit b229a36
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 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.86](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.85...release-plz-v0.3.86) - 2024-09-07

### Added
- add gitlab support for the `release-pr` command ([#1651](https://github.com/MarcoIeni/release-plz/pull/1651))

### Other
- fix inspect_err clippy lint ([#1658](https://github.com/MarcoIeni/release-plz/pull/1658))

## [0.3.85](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.84...release-plz-v0.3.85) - 2024-08-25

### Other
Expand Down
4 changes: 2 additions & 2 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.85"
version = "0.3.86"
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.11" }
release_plz_core = { path = "../release_plz_core", version = "0.25.4", default-features = false }
release_plz_core = { path = "../release_plz_core", version = "0.25.5", default-features = false }
cargo_utils = { path = "../cargo_utils", version = "0.1" }

anyhow.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions crates/release_plz_core/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.25.5](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.25.4...release_plz_core-v0.25.5) - 2024-09-07

### Added
- add gitlab support for the `release-pr` command ([#1651](https://github.com/MarcoIeni/release-plz/pull/1651))

### Other
- fix inspect_err clippy lint ([#1658](https://github.com/MarcoIeni/release-plz/pull/1658))

## [0.25.4](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.25.3...release_plz_core-v0.25.4) - 2024-08-25

### 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.25.4"
version = "0.25.5"
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 b229a36

Please sign in to comment.