Skip to content

Commit 4328f83

Browse files
committed
release rustwide 0.13.0
1 parent 35c5743 commit 4328f83

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [0.13.0] - 2021-04-20
9+
810
### Added
911

10-
- New method `Toolchain::rustup_binary` to allow running arbitrary binaries managed by rustup. Before, only `rustc` and `cargo` could be run.
12+
- New method `Toolchain::rustup_binary` to allow running arbitrary binaries
13+
managed by rustup. Before, only `rustc` and `cargo` could be run.
1114

1215
### Changed
1316

14-
- The default sandbox image is now fetched from [GitHub Container Registry][ghcr-linux].
17+
- The default sandbox image is now fetched from [GitHub Container
18+
Registry][ghcr-linux].
19+
- Rustwide now removes `.cargo/config.toml`, `rust-toolchain`, and
20+
`rust-toolchain.toml` before running a build.
1521

1622
[ghcr-linux]: https://github.com/orgs/rust-lang/packages/container/package/crates-build-env/linux
1723

18-
### Fixed
19-
20-
- Rustwide now removes `.cargo/config.toml`, `rust-toolchain`, and `rust-toolchain.toml` before running a build.
21-
2224
## [0.12.0] - 2021-01-28
2325

2426
### Added
@@ -250,6 +252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250252

251253
- Initial version of Rustwide, extracted from Crater.
252254

255+
[0.13.0]: https://github.com/rust-lang/rustwide/releases/tag/0.13.0
253256
[0.12.0]: https://github.com/rust-lang/rustwide/releases/tag/0.12.0
254257
[0.11.1]: https://github.com/rust-lang/rustwide/releases/tag/0.11.1
255258
[0.11.0]: https://github.com/rust-lang/rustwide/releases/tag/0.11.0

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.12.0"
3+
version = "0.13.0"
44
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)