From 963fdba96be164ee629be04dff390dfd0130c033 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Thu, 21 Aug 2025 23:34:34 +0200 Subject: [PATCH] tag 0.20.0 release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 668ff63..e47c3b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.20.0] - 2025-08-22 + +- **BREAKING** ensure callers of BuildDirectory::run can determine if the source of the + error is in Prepare::prepare. + See https://github.com/rust-lang/rustwide/pull/103 + ## [0.19.4] - 2025-06-17 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index d72cdc4..74e5a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwide" -version = "0.19.4" +version = "0.20.0" edition = "2018" build = "build.rs"