Skip to content

Commit ccd30e7

Browse files
committed
release rustwide 0.11.0
1 parent bcf19b8 commit ccd30e7

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Pietro Albini <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)