Skip to content

Commit

Permalink
prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jun 28, 2024
1 parent 2774a19 commit 6a31419
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## v0.6.0 - 2024-06-28

### Highlights

* `monocle time` now supports querying multiple time strings in a single query
* `monocle search` with `--sqlite-path` now adds found messages to the progress bar during search
* `monocle search` now shows the collector IDs in the results, included in the plaintext, json output as well as the
sqlite database
* `monocle search` now supports exporting to MRT files using `--mrt-path` parameter

## v0.5.5 - 2024-03-29

### Highlights
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monocle"
version = "0.5.5"
version = "0.6.0"
authors = ["Mingwei Zhang <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down Expand Up @@ -32,7 +32,7 @@ serde_json = "1.0"
chrono = "0.4"
chrono-humanize = "0.2"
anyhow = "1.0"
tabled = "0.14"
tabled = "0.15.0"
config = { version = "0.13", features = ["toml"] }
dirs = "5"
rusqlite = { version = "0.31", features = ["bundled"] }
Expand Down

0 comments on commit 6a31419

Please sign in to comment.