Skip to content

Commit 10b7a05

Browse files
committed
Bump version v2.1.0
1 parent 4b250f3 commit 10b7a05

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## Unreleased
7+
## [v2.0.1] 2020-05-31
88
### Changed
99
- Update `async-std` to `v1.6`.
1010
- Use `smol::block_on` to clean up the screen after the program finishes.
@@ -111,7 +111,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
111111
- You can move through the list of choices.
112112
- It is UTF-8 aware.
113113

114-
[Unreleased]: https://github.com/jhbabon/scout/compare/v1.3.0...HEAD
114+
[Unreleased]: https://github.com/jhbabon/scout/compare/v2.1.0...HEAD
115+
[v2.1.0]: https://github.com/jhbabon/scout/compare/v2.0.0...v2.1.0
116+
[v2.0.0]: https://github.com/jhbabon/scout/compare/v1.3.0...v2.0.0
115117
[v1.3.0]: https://github.com/jhbabon/scout/compare/v1.2.0...v1.3.0
116118
[v1.2.0]: https://github.com/jhbabon/scout/compare/v1.1.0...v1.2.0
117119
[v1.1.0]: https://github.com/jhbabon/scout/compare/v1.0.1...v1.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scout"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Juan Hernández <juan.hernandez.babon@gmail.com>"]
55
description = "Friendly fuzzy finder for the command line"
66
homepage = "https://github.com/jhbabon/scout"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scout
22

3-
[![Build Status](https://travis-ci.org/jhbabon/scout.svg?branch=master)](https://travis-ci.org/jhbabon/scout)
3+
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjhbabon%2Fscout%2Fbadge&style=flat)](https://actions-badge.atrox.dev/jhbabon/scout/goto)
44

55
Scout is a small fuzzy finder for your terminal built in [Rust][rustlang].
66

0 commit comments

Comments
 (0)