Skip to content

Commit

Permalink
chore: release v0.3.0 (#60)
Browse files Browse the repository at this point in the history
* chore: release v0.2.3

* chore: update version
  • Loading branch information
orhun authored Nov 3, 2024
1 parent 6e9b012 commit c82e882
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.3.0](https://github.com/orhun/flawz/compare/0.2.2..0.3.0) - 2024-11-03

### 🚀 Features

- *(tui)* Highlight search results ([#61](https://github.com/orhun/flawz/pull/61)) - ([1dffc0a](https://github.com/orhun/flawz/commit/1dffc0affff1a23c8e7b4c3aef798999d8f66666))

### 🐛 Bug Fixes

- *(search)* Do not close when pressed on 'q' - ([2d1a381](https://github.com/orhun/flawz/commit/2d1a38190cb6059648ac082776580b7241737973))

### 📚 Documentation

- *(readme)* Details about SQLite dep and avoiding crates mismatch v… ([#59](https://github.com/orhun/flawz/pull/59)) - ([2d727cd](https://github.com/orhun/flawz/commit/2d727cd29c7c05e0ff22e6c6885e5ab170dfae17))

## [0.2.2](https://github.com/orhun/flawz/compare/0.2.1..0.2.2) - 2024-06-22

### 🚀 Features
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 = "flawz"
version = "0.2.2"
version = "0.3.0"
description = "A Terminal UI for browsing CVEs"
authors = ["Orhun Parmaksız <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c82e882

Please sign in to comment.