We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07784be commit 1ed0d34Copy full SHA for 1ed0d34
CHANGELOG.md
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.18.0] - 2024-10-13
9
+
10
+- **BREAKING** Extend `CommandError::ExecutionFailed` and `PrepareError` to optionally include stderr
11
12
## [0.17.0] - 2024-06-26
13
14
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.17.0"
+version = "0.18.0"
4
edition = "2018"
build = "build.rs"
0 commit comments