Skip to content

Commit

Permalink
Bump to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 30, 2017
1 parent b349eac commit 4eba2f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.12.0

* [Generate test names using section names and line numbers](https://github.com/brson/rust-skeptic/pull/41/files)
* [Make handling of `#` more like rustdoc](https://github.com/brson/rust-skeptic/pull/40)
* [Add support for listing files under a directory](https://github.com/brson/rust-skeptic/pull/31)

Contributors: Brian Anderson, Chris Butler, Michael Howell, Victor
Polevoy

# 0.11.0

* [Update Fix problem with duplicate dependency resolution](https://github.com/brson/rust-skeptic/pull/36)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Put this in `Cargo.toml` to add the `skeptic` dependency:

```toml
[build-dependencies]
skeptic = "0.11"
skeptic = "0.12"

[dev-dependencies]
skeptic = "0.11"
skeptic = "0.12"
```

Also in `Cargo.toml`, to the `[package]` section add:
Expand Down
2 changes: 1 addition & 1 deletion src/skeptic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Test your Rust markdown documentation via Cargo"
license = "MIT/Apache-2.0"
name = "skeptic"
repository = "https://github.com/brson/rust-skeptic"
version = "0.11.0"
version = "0.12.0"

[dependencies]
pulldown-cmark = "0.0.15"
Expand Down

0 comments on commit 4eba2f7

Please sign in to comment.