Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Klaas de Vries authored and marcusklaas committed Jan 17, 2022
1 parent 7c6b049 commit 113e54e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pulldown-cmark"
version = "0.9.0"
version = "0.9.1"
authors = [ "Raph Levien <raph.levien@gmail.com>", "Marcus Klaas de Vries <mail@marcusklaas.nl>" ]
license = "MIT"
description = "A pull parser for CommonMark"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -126,7 +126,7 @@ By default, the binary is built as well. If you don't want/need it, then build l
Or put in your `Cargo.toml` file:

```toml
pulldown-cmark = { version = "0.9", default-features = false }
pulldown-cmark = { version = "0.9.1", default-features = false }
```

SIMD accelerated scanners are available for the x64 platform from version 0.5 onwards. To
Expand All @@ -139,7 +139,7 @@ enable them, build with simd feature:
Or add the feature to your project's `Cargo.toml`:

```toml
pulldown-cmark = { version = "0.9", default-features = false, features = ["simd"] }
pulldown-cmark = { version = "0.9.1", default-features = false, features = ["simd"] }
```

## Authors
Expand Down

0 comments on commit 113e54e

Please sign in to comment.