Skip to content

Commit 4cd68e0

Browse files
committed
prepare 0.19.2 release
1 parent 76b82b4 commit 4cd68e0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [0.19.1] - 2025-03-05
9+
10+
- unfreeze rustup version, don't canoncalize binary names
11+
12+
813
## [0.19.1] - 2025-03-05
914

1015
- temporarily freeze used rustup version to 1.27.1, disable rustup self-update
11-
see https://github.com/rust-lang/rustup/issues/4224 and
16+
see https://github.com/rust-lang/rustup/issues/4224 and
1217
https://github.com/rust-lang/rustwide/issues/94
1318

1419
## [0.19.0] - 2024-12-26
1520

16-
### Added
21+
### Added
1722

1823
- **BREAKING** New variant `CommandError::SandboxContainerCreate` for previous
1924
more generic `CommandError::ExecutionFailed` on sandbox creation.

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.1"
3+
version = "0.19.2"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)