Skip to content

Commit

Permalink
Merge pull request #766 from gwenn/14.0.0
Browse files Browse the repository at this point in the history
Prepare next release
  • Loading branch information
gwenn committed Mar 6, 2024
2 parents d27ef02 + 75e9a08 commit bd63fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyline"
version = "13.0.0"
version = "14.0.0"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
edition = "2021"
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
rustyline = "13.0.0"
rustyline = "14.0.0"
```

## Features
Expand Down

0 comments on commit bd63fea

Please sign in to comment.