Skip to content

Commit 721998c

Browse files
committed
tag 0.20.0 release
1 parent 45a3a39 commit 721998c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.20.0] - 2025-08-22
9+
10+
- **BREAKING** ensure callers of BuildDirectory::run can determine if the source of the
11+
error is in Prepare::prepare.
12+
See https://github.com/rust-lang/rustwide/pull/103
13+
814
## [0.19.4] - 2025-06-17
915

1016
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.19.4"
3+
version = "0.20.0"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)