Skip to content

Commit 744375a

Browse files
committed
prepare 0.19.0 release
1 parent 035d95b commit 744375a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.19.0] - 2024-12-26
9+
810
### Added
911

10-
- New variant `CommandError::SandboxContainerCreate`
12+
- **BREAKING** New variant `CommandError::SandboxContainerCreate` for previous
13+
more generic `CommandError::ExecutionFailed` on sandbox creation.
14+
15+
### Changed
16+
17+
- use ubuntu-22.04 instead of ubuntu-latest for tests
1118

1219
## [0.18.0] - 2024-10-13
1320

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)