rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
178 stars 55 forks source link

Fix an off-by-one error when calculating current nightly date in local #113

Closed tesuji closed 4 years ago

tesuji commented 4 years ago

This should fix #112.

spastorino commented 4 years ago

Looks good, can you rebase?

tesuji commented 4 years ago

Done.

EliaGeretto commented 3 years ago

I have just hit #112. When is the next release scheduled? From what I can see, this fix is on master but not in 0.6.

spastorino commented 3 years ago

@EliaGeretto there's no schedule but I could release with the stuff we have right now on master. Someone needs to provide a PR adding the new changes since last version to our changelog and then I could merge and release ;).