Skip to content

Commit

Permalink
Bump version v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbabon committed Jan 23, 2023
1 parent 7a71b59 commit 66ea030
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0] 2023-01-23
### Added
- New argument, `--pool`, and config option `advanced.pool_size` (or `advanced.pool`).
This option can change the size of the pool of candidates that are kept in memory.
Expand Down Expand Up @@ -190,7 +192,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.6.0...HEAD
[Unreleased]: https://github.com/jhbabon/scout/compare/v2.7.0...HEAD
[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
[v2.5.0]: https://github.com/jhbabon/scout/compare/v2.4.1...v2.5.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.6.0"
version = "2.7.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 66ea030

Please sign in to comment.