Skip to content

Commit

Permalink
chore: release (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: release-plz <[email protected]>
Co-authored-by: Marco Ieni <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2023
1 parent 6c307a7 commit bfba216
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.20](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.19...release-plz-v0.3.20) - 2023-08-22

### Fixed
- allow specifying config file path ([#924](https://github.com/MarcoIeni/release-plz/pull/924))

### Other
- test release-plz release ([#892](https://github.com/MarcoIeni/release-plz/pull/892))
- move release-plz changelog ([#917](https://github.com/MarcoIeni/release-plz/pull/917))
- add feature flag to ignore docker tests ([#914](https://github.com/MarcoIeni/release-plz/pull/914))
- static openssl ([#920](https://github.com/MarcoIeni/release-plz/pull/920))
- improve http error messages ([#921](https://github.com/MarcoIeni/release-plz/pull/921))
- update git-cliff ([#919](https://github.com/MarcoIeni/release-plz/pull/919))

## [0.3.19](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.18...release-plz-v0.3.19) - 2023-08-16

### Fixed
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.

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.28](https://github.com/MarcoIeni/release-plz/compare/cargo_utils-v0.1.27...cargo_utils-v0.1.28) - 2023-08-22

### Other
- improve error message ([#892](https://github.com/MarcoIeni/release-plz/pull/892))

## [0.1.27](https://github.com/MarcoIeni/release-plz/compare/cargo_utils-v0.1.26...cargo_utils-v0.1.27) - 2023-08-16

### 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.27"
version = "0.1.28"
edition = "2021"
description = "Utilities around cargo and Rust workspaces"
repository = "https://github.com/MarcoIeni/release-plz/tree/main/crates/cargo_utils"
Expand Down
5 changes: 5 additions & 0 deletions crates/git_cmd/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.4.9](https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.4.8...git_cmd-v0.4.9) - 2023-08-22

### Other
- update dependencies

## [0.4.8](https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.4.7...git_cmd-v0.4.8) - 2023-08-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/git_cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git_cmd"
version = "0.4.8"
version = "0.4.9"
edition = "2021"
description = "Wrapper around git cli"
repository = "https://github.com/MarcoIeni/release-plz/tree/main/crates/git_cmd"
Expand Down
6 changes: 3 additions & 3 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.19"
version = "0.3.20"
edition = "2021"
description = "Update version and changelog based on semantic versioning and conventional commits"
repository = "https://github.com/MarcoIeni/release-plz"
Expand All @@ -16,8 +16,8 @@ default = ["docker-tests"]
docker-tests = []

[dependencies]
git_cmd = { path = "../git_cmd", version = "0.4.8" }
release_plz_core = { path = "../release_plz_core", version = "0.13.1" }
git_cmd = { path = "../git_cmd", version = "0.4.9" }
release_plz_core = { path = "../release_plz_core", version = "0.13.2" }

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.13.2](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.13.1...release_plz_core-v0.13.2) - 2023-08-22

### Other
- static openssl ([#920](https://github.com/MarcoIeni/release-plz/pull/920))
- improve http error messages ([#921](https://github.com/MarcoIeni/release-plz/pull/921))
- update git-cliff ([#919](https://github.com/MarcoIeni/release-plz/pull/919))
- test release-plz release ([#892](https://github.com/MarcoIeni/release-plz/pull/892))

## [0.13.1](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.13.0...release_plz_core-v0.13.1) - 2023-08-16

### Fixed
Expand Down
6 changes: 3 additions & 3 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.13.1"
version = "0.13.2"
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 All @@ -11,8 +11,8 @@ categories = ["development-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo_utils = { path = "../cargo_utils", version = "0.1.27" }
git_cmd = { path = "../git_cmd", version = "0.4.8" }
cargo_utils = { path = "../cargo_utils", version = "0.1.28" }
git_cmd = { path = "../git_cmd", version = "0.4.9" }
next_version = { path = "../next_version", version = "0.2.5" }

anyhow.workspace = true
Expand Down

0 comments on commit bfba216

Please sign in to comment.