Skip to content

Commit

Permalink
Merge pull request #578 from gwenn/9.1.0
Browse files Browse the repository at this point in the history
Prepare release 9.1.0
  • Loading branch information
gwenn authored Dec 4, 2021
2 parents 957aea5 + 4833aa5 commit 1a4188b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyline"
version = "9.0.0"
version = "9.1.0"
authors = ["Katsu Kawakami <[email protected]>"]
edition = "2021"
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
Expand Down Expand Up @@ -51,7 +51,7 @@ doc-comment = "0.3"
env_logger = { version = "0.9", default-features = false }
tempfile = "3.1.0"
assert_matches = "1.2"
rustyline-derive = { version = "0.5.0", path = "rustyline-derive" }
rustyline-derive = { version = "0.6.0", path = "rustyline-derive" }

[features]
default = ["with-dirs"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
rustyline = "9.0.0"
rustyline = "9.1.0"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion rustyline-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyline-derive"
version = "0.5.0"
version = "0.6.0"
authors = ["gwenn"]
edition = "2018"
description = "Rustyline macros implementation of #[derive(Completer, Helper, Hinter, Highlighter)]"
Expand Down

0 comments on commit 1a4188b

Please sign in to comment.