Skip to content

Commit 875a7a0

Browse files
authored
Merge pull request #401 from ehuss/bump-version
Update to 0.6.11
2 parents 72cb436 + 96df8ad commit 875a7a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.6.11
4+
[v0.6.10...v0.6.11](https://github.com/rust-lang/cargo-bisect-rustc/compare/v0.6.10...v0.6.11)
5+
6+
### Changed
7+
8+
- Some improvements to the new user tutorial.
9+
[#387](https://github.com/rust-lang/cargo-bisect-rustc/pull/387)
10+
- Updated dependencies.
11+
[#400](https://github.com/rust-lang/cargo-bisect-rustc/pull/400)
12+
13+
### Fixed
14+
15+
- Removed hard-coded dependency on master.
16+
[#392](https://github.com/rust-lang/cargo-bisect-rustc/pull/392)
17+
318
## v0.6.10
419
[v0.6.9...v0.6.10](https://github.com/rust-lang/cargo-bisect-rustc/compare/v0.6.9...v0.6.10)
520

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "cargo-bisect-rustc"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/cargo-bisect-rustc"
11-
version = "0.6.10"
11+
version = "0.6.11"
1212
edition = "2021"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)