From 19694ed2de1341330cffefe6ec8ba88be5a6dc94 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 17 Jun 2025 09:30:42 -0700 Subject: [PATCH] Bump version to 0.19.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4251e..77f35a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.19.3] - 2025-06-17 + +### Added + +- Added `Command::source_dir_mount_kind` + +### Fixed + +- Fixed running tests inside of nixos + ## [0.19.2] - 2025-03-19 - unfreeze rustup version, don't canoncalize binary names diff --git a/Cargo.toml b/Cargo.toml index b80a056..7edae10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwide" -version = "0.19.2" +version = "0.19.3" edition = "2018" build = "build.rs"