Skip to content

Commit 6698b7c

Browse files
authored
chore: release v0.2.1 (#23)
1 parent 88be940 commit 6698b7c

File tree

3 files changed

+38
-41
lines changed

3 files changed

+38
-41
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.2.1](https://github.com/orhun/flawz/compare/0.2.0..0.2.1) - 2024-06-02
6+
7+
### 🐛 Bug Fixes
8+
9+
- Fix the constraint for showing CVE ids ([#24](https://github.com/orhun/flawz/pull/24)) ([#26](https://github.com/orhun/flawz/pull/26)) - ([88be940](https://github.com/orhun/flawz/commit/88be940db99e50a1d27fd6595209724921666ce9))
10+
11+
### 📚 Documentation
12+
13+
- *(readme)* Add nix instructions ([#22](https://github.com/orhun/flawz/pull/22)) - ([bfcdf1f](https://github.com/orhun/flawz/commit/bfcdf1f56c4358f805af8d63a94e3435087b2299))
14+
515
## [0.2.0](https://github.com/orhun/flawz/compare/0.1.1..0.2.0) - 2024-05-24
616

717
### 🚀 Features

Cargo.lock

Lines changed: 27 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flawz"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A Terminal UI for browsing CVEs"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)