Skip to content

Commit

Permalink
Bump version v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbabon committed Sep 19, 2023
1 parent 2d5b57d commit 708879a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v2.8.0] 2023-09-19
### Added
- New argument, `-p`, `--preserve-order`. This option keeps the original order of
the items in the candidates list, without ranking them by match score.

## [v2.7.0] 2023-01-23
### Added
- New argument, `--pool`, and config option `advanced.pool_size` (or `advanced.pool`).
Expand Down Expand Up @@ -192,7 +197,8 @@ Update crossbeam yanked dependencies:
- You can move through the list of choices.
- It is UTF-8 aware.

[Unreleased]: https://github.com/jhbabon/scout/compare/v2.7.0...HEAD
[Unreleased]: https://github.com/jhbabon/scout/compare/v2.8.0...HEAD
[v2.8.0]: https://github.com/jhbabon/scout/compare/v2.7.0...v2.8.0
[v2.7.0]: https://github.com/jhbabon/scout/compare/v2.6.0...v2.7.0
[v2.6.0]: https://github.com/jhbabon/scout/compare/v2.5.1...v2.6.0
[v2.5.1]: https://github.com/jhbabon/scout/compare/v2.5.0...v2.5.1
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.7.0"
version = "2.8.0"
authors = ["Juan Hernández <juan.hernandez.babon@gmail.com>"]
description = "Friendly fuzzy finder for the command line"
homepage = "https://github.com/jhbabon/scout"
Expand Down

0 comments on commit 708879a

Please sign in to comment.