Skip to content

Commit

Permalink
chore: release (#978)
Browse files Browse the repository at this point in the history
Signed-off-by: release-plz <[email protected]>
Co-authored-by: release-plz <[email protected]>
  • Loading branch information
release-plz[bot] and release-plz authored Sep 24, 2023
1 parent 714d468 commit 3780606
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.25](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.24...release-plz-v0.3.25) - 2023-09-24

### Added
- add ability to create draft git release ([#986](https://github.com/MarcoIeni/release-plz/pull/986))

### Fixed
- respect git-cliff sort order ([#985](https://github.com/MarcoIeni/release-plz/pull/985))

## [0.3.24](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.23...release-plz-v0.3.24) - 2023-09-17

### Fixed
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.24"
version = "0.3.25"
edition = "2021"
description = "Update version and changelog based on semantic versioning and conventional commits"
repository = "https://github.com/MarcoIeni/release-plz"
Expand All @@ -20,7 +20,7 @@ docker-tests = []

[dependencies]
git_cmd = { path = "../git_cmd", version = "0.4.12" }
release_plz_core = { path = "../release_plz_core", version = "0.13.6" }
release_plz_core = { path = "../release_plz_core", version = "0.14.0" }

anyhow.workspace = true
base64.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.14.0](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.13.6...release_plz_core-v0.14.0) - 2023-09-24

### Added
- add ability to create draft git release ([#986](https://github.com/MarcoIeni/release-plz/pull/986))

### Fixed
- respect git-cliff sort order ([#985](https://github.com/MarcoIeni/release-plz/pull/985))

## [0.13.6](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.13.5...release_plz_core-v0.13.6) - 2023-09-17

### 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.13.6"
version = "0.14.0"
edition = "2021"
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 3780606

Please sign in to comment.