We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035d95b commit 744375aCopy full SHA for 744375a
CHANGELOG.md
@@ -5,9 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+## [0.19.0] - 2024-12-26
9
+
10
### Added
11
-- 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
18
19
## [0.18.0] - 2024-10-13
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustwide"
3
-version = "0.18.0"
+version = "0.19.0"
4
edition = "2018"
build = "build.rs"
0 commit comments