File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## Unreleased
7
+ ## [ v2.0.1 ] 2020-05-31
8
8
### Changed
9
9
- Update ` async-std ` to ` v1.6 ` .
10
10
- 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/).
111
111
- You can move through the list of choices.
112
112
- It is UTF-8 aware.
113
113
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
115
117
[ v1.3.0 ] : https://github.com/jhbabon/scout/compare/v1.2.0...v1.3.0
116
118
[ v1.2.0 ] : https://github.com/jhbabon/scout/compare/v1.1.0...v1.2.0
117
119
[ v1.1.0 ] : https://github.com/jhbabon/scout/compare/v1.0.1...v1.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scout"
3
- version = " 2.0 .0"
3
+ version = " 2.1 .0"
4
4
authors = [" Juan Hernández <juan.hernandez.babon@gmail.com>" ]
5
5
description = " Friendly fuzzy finder for the command line"
6
6
homepage = " https://github.com/jhbabon/scout"
Original file line number Diff line number Diff line change 1
1
# Scout
2
2
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 )
4
4
5
5
Scout is a small fuzzy finder for your terminal built in [ Rust] [ rustlang ] .
6
6
You can’t perform that action at this time.
0 commit comments