Skip to content

Commit afbc197

Browse files
committed
Release v0.99.1
This release only affects Diesel CLI. Applications do not need to update. Diesel CLI 0.99.0 mistakenly included an unbounded version constraint on `clap`, which will cause it to stop compiling in the future. That version has been yanked.
1 parent 6da291a commit afbc197

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
2121

2222
* All deprecated items have been removed.
2323

24+
## [0.99.1] - 2017-12-01
25+
26+
### Changed
27+
28+
* Diesel CLI now properly restricts its `clap` dependency. 0.99.0 mistakenly had
29+
no upper bound on the version.
30+
2431
## [0.99.0] - 2017-11-28
2532

2633
### Added

diesel_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel_cli"
3-
version = "0.99.0"
3+
version = "0.99.1"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Provides the CLI for the Diesel crate"

0 commit comments

Comments
 (0)