From 7d6d8e684faf57371f6a80a6a7c2dbc9e73a956d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez?= Date: Sat, 13 Mar 2021 18:14:55 +0100 Subject: [PATCH] Bump version v2.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50860c2..4806eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [v2.3.0] 2021-03-13 ### Changed - Update `async-std` from `v1.6.3` to `v1.9.0` - Update `futures` from `v0.3.5` to `v0.3.13` @@ -137,7 +139,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - You can move through the list of choices. - It is UTF-8 aware. -[Unreleased]: https://github.com/jhbabon/scout/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/jhbabon/scout/compare/v2.3.0...HEAD +[v2.3.0]: https://github.com/jhbabon/scout/compare/v2.2.0...v2.3.0 [v2.2.0]: https://github.com/jhbabon/scout/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/jhbabon/scout/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/jhbabon/scout/compare/v1.3.0...v2.0.0 diff --git a/Cargo.lock b/Cargo.lock index 5dea162..8d44710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scout" -version = "2.2.0" +version = "2.3.0" dependencies = [ "ansi_term 0.12.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 533dfb0..37135e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scout" -version = "2.2.0" +version = "2.3.0" authors = ["Juan Hernández "] description = "Friendly fuzzy finder for the command line" homepage = "https://github.com/jhbabon/scout"