Prepare 0.12.0 release (#487)

* Prepare 0.12.0 release

* Widen author metadata
This commit is contained in:
Stefan Holderbach 2022-09-28 01:00:54 +02:00 committed by GitHub
parent 3e92f97da2
commit f994cc9d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -604,7 +604,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"chrono",
"clipboard",

View File

@ -1,7 +1,7 @@
[package]
name = "reedline"
version = "0.11.0"
authors = ["JT <jonathan.d.turner@gmail.com>"]
version = "0.12.0"
authors = ["The Nushell Project Developers", "JT <jonathan.d.turner@gmail.com>"]
edition = "2021"
description = "A readline-like crate for CLI text input"
license = "MIT"