Skip to content

Commit

Permalink
Bump version v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbabon committed Aug 29, 2020
1 parent db832da commit 257e3ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] 2020-08-29
## [Unreleased]

## [v2.2.0] 2020-08-29
### Changed
- Update dependencies
- Update `dirs` to `v3`
Expand All @@ -13,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- Debounce behavior in the search engine. All characters will trigger a search.

## [v2.0.1] 2020-05-31
## [v2.1.0] 2020-05-31
### Changed
- Update `async-std` to `v1.6`.
- Use `smol::block_on` to clean up the screen after the program finishes.
Expand Down Expand Up @@ -120,7 +122,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.1.0...HEAD
[Unreleased]: https://github.com/jhbabon/scout/compare/v2.2.0...HEAD
[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
[v1.3.0]: https://github.com/jhbabon/scout/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scout"
version = "2.1.0"
version = "2.2.0"
authors = ["Juan Hernández <[email protected]>"]
description = "Friendly fuzzy finder for the command line"
homepage = "https://github.com/jhbabon/scout"
Expand Down

0 comments on commit 257e3ef

Please sign in to comment.