Skip to content

Commit

Permalink
Bump version & update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngirard committed May 19, 2020
1 parent e0ab2fc commit 8a91b44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2020-05-19

### Changed

- `lookup_database`: use `bstr`'s `for_byte_line()`, leading to a ~25% performance improvement with queries on my system ([e0ab2fc](https://github.com/ngirard/lolcate-rs/commit/e0ab2fc1dbc300efaa70febe0712fd253c996273)). Thanks to [u/Freeky](https://www.reddit.com/user/Freeky) on Reddit for the suggestion.


## [0.7.0] - 2020-05-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lolcate-rs"
version = "0.7.0"
version = "0.8.0"
description = "A comically fast way of indexing and querying your filesystem. Replaces locate / mlocate / updatedb."
documentation = "https://github.com/ngirard/lolcate-rs/blob/master/README.md"
readme = "README.md"
Expand Down

0 comments on commit 8a91b44

Please sign in to comment.