Skip to content

Commit 1ed0d34

Browse files
committed
add 0.18.0 release
1 parent 07784be commit 1ed0d34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.18.0] - 2024-10-13
9+
10+
- **BREAKING** Extend `CommandError::ExecutionFailed` and `PrepareError` to optionally include stderr
11+
812
## [0.17.0] - 2024-06-26
913

1014
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)