File tree 2 files changed +11
-5
lines changed
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
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.11.0] - 2020-10-30
9
+
8
10
### Added
9
11
10
- - New method ` Crate::registry ` for alternative registries.
12
+ - New method ` Crate::registry ` to use crates from alternative registries.
11
13
12
14
### Changed
13
15
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 ` .
16
20
- ` 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.
18
23
19
24
## [ 0.10.0] - 2020-08-08
20
25
@@ -213,6 +218,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213
218
214
219
- Initial version of Rustwide, extracted from Crater.
215
220
221
+ [ 0.11.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.0
216
222
[ 0.10.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.10.0
217
223
[ 0.9.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.9.0
218
224
[ 0.8.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.8.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
authors = [
" Pietro Albini <[email protected] >" ]
5
5
edition = " 2018"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments