Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.25.0] - 2026-05-16

* upgrade `toml` dependency

* Sandbox containers are now reused across commands within a single build,
avoiding per-command `docker create`/`docker rm` overhead. Every `Command`
spawned inside a `BuildBuilder::run` closure runs in the same container,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustwide"
version = "0.24.0"
version = "0.25.0"
edition = "2024"
build = "build.rs"
rust-version = "1.89"
Expand Down
Loading