Skip to content

Commit

Permalink
Merge all features altogether in a new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed May 10, 2022
1 parent 0d138b1 commit 147dd6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
# CHANGELOG

## v0.1.4 (2022-05-10)
## v0.2.0 (2022-05-10)

* **NEW:** `optimize` subcommand to optimize database
* **PERF:** Switch to a `HashMap` instead of using a `BTreeMap`

## v0.1.3 (2022-05-10)
* **BREAKING:** `add <path>` subcommand doesn't increment registered directories anymore

* **NEW:** `inc <path>` replaces the previous `add <path>` subcommand's behaviour
* **NEW:** `query <path> --checked` to find the first existing directory (previous ones will be removed from database)
* **STABILITY:** Automatically check when database changes need to be flushed to the disk
* **NEW:** `optimize` subcommand to optimize database

## v0.1.2 (2022-05-10)
* **PERF:** Switch to a `HashMap` instead of using a `BTreeMap`

* **BREAKING:** `add <path>` subcommand doesn't increment registered directories anymore
* **NEW:** `inc <path>` replaces the previous `add <path>` subcommand's behaviour
* **STABILITY:** Automatically check when database changes need to be flushed to the disk

## v0.1.1 (2022-05-08)

* **NEW:** Added `del <path>` action to remove a registered directory from the database

* **FIX:** Correctly flush index to disk after writings

## v0.1.0 (2022-05-08)
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 = "jumpy"
version = "0.1.4"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 147dd6b

Please sign in to comment.