File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## Unreleased
77
8+ ## [ 0.11.0] - 2020-10-30
9+
810### Added
911
10- - New method ` Crate::registry ` for alternative registries.
12+ - New method ` Crate::registry ` to use crates from alternative registries.
1113
1214### Changed
1315
14- - allow workspaces by having validate_manifest now use ` metadata --no-deps ` instead of deprecated ` read-manifest `
15- therefor no longer failing on workspaces and TomlTweaker no longer removing the workspace table from ` Cargo.toml `
16+ - Allow workspaces by having ` validate_manifest ` use ` metadata --no-deps `
17+ instead of deprecated ` read-manifest ` , therefor no longer failing on
18+ workspaces and ` TomlTweaker ` no longer removing the workspace table from
19+ ` Cargo.toml ` .
1620- ` Command ` now warns when it is not used.
17- - remove directory/file error now mentions path
21+ - Errors while removing directories or files now mentions the path that caused
22+ the error to happen.
1823
1924## [ 0.10.0] - 2020-08-08
2025
@@ -213,6 +218,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213218
214219- Initial version of Rustwide, extracted from Crater.
215220
221+ [ 0.11.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.0
216222[ 0.10.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.10.0
217223[ 0.9.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.9.0
218224[ 0.8.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.8.0
Original file line number Diff line number Diff line change 11[package ]
22name = " rustwide"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [" Pietro Albini <pietro@pietroalbini.org>" ]
55edition = " 2018"
66build = " build.rs"
You can’t perform that action at this time.
0 commit comments