Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz[bot] committed Sep 17, 2024
1 parent 986c949 commit 8ec07eb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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.92](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.91...release-plz-v0.3.92) - 2024-09-17

### Added

- Add `features_always_increment_minor` flag ([#1657](https://github.com/MarcoIeni/release-plz/pull/1657))

## [0.3.91](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.90...release-plz-v0.3.91) - 2024-09-17

### Added
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.91"
version = "0.3.92"
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.12" }
release_plz_core = { path = "../release_plz_core", version = "0.26.2", default-features = false }
release_plz_core = { path = "../release_plz_core", version = "0.27.0", 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.27.0](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.26.2...release_plz_core-v0.27.0) - 2024-09-17

### Added

- Add `features_always_increment_minor` flag ([#1657](https://github.com/MarcoIeni/release-plz/pull/1657))

## [0.26.2](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.26.1...release_plz_core-v0.26.2) - 2024-09-17

### Added
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.26.2"
version = "0.27.0"
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 8ec07eb

Please sign in to comment.