Skip to content

Commit

Permalink
Update crate version
Browse files Browse the repository at this point in the history
ClementNerma committed May 10, 2022
1 parent 9d31c36 commit 9c4ef78
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.3.0 (2022-05-10)

* **NEW:** `export` subcommand
* **NEW:** `path` subcommand to print the path to the database file
* **NEW:** `path --lossily` to print to the path to the database file lossily (if it contains invalid UTF-8 characters)

* **INTERNAL:** Make database file sorted

* **FIX:** Don't flush index to disk when no change were made

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

* **BREAKING:** `add <path>` subcommand doesn't increment registered directories anymore
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.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]

0 comments on commit 9c4ef78

Please sign in to comment.