Skip to content

Commit bfcd4c8

Browse files
authored
chore: release v0.2.0 (#21)
* chore: release * chore: update version
1 parent 41dea0c commit bfcd4c8

File tree

3 files changed

+35
-21
lines changed

3 files changed

+35
-21
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [0.2.0](https://github.com/orhun/flawz/compare/0.1.1..0.2.0) - 2024-05-24
6+
7+
### 🚀 Features
8+
9+
- Support opening the first HTTP reference in browser ([#11](https://github.com/orhun/flawz/pull/11)) ([#15](https://github.com/orhun/flawz/pull/15)) - ([e970ebc](https://github.com/orhun/flawz/commit/e970ebc84ddf3016e2507cd74bedd88873972e03))
10+
11+
### 📚 Documentation
12+
13+
- Update key bindings table - ([41dea0c](https://github.com/orhun/flawz/commit/41dea0cc623de18b833d307d618b004074fcb055))
14+
- Add key bindings ([#20](https://github.com/orhun/flawz/pull/20)) - ([f8bcfa0](https://github.com/orhun/flawz/commit/f8bcfa023e22ac602f41f423075233fff7b3fa58))
15+
16+
### ⚙️ Miscellaneous Tasks
17+
18+
- Update macos runner - ([39d240b](https://github.com/orhun/flawz/commit/39d240b2e5cb0b86fdcbd24c142ba10f0d4a914c))
19+
520
## [0.1.1](https://github.com/orhun/flawz/compare/0.1.0-rc.1..0.1.1) - 2024-05-20
621

722
### 🐛 Bug Fixes
@@ -24,4 +39,3 @@ All notable changes to this project will be documented in this file.
2439
### ⚙️ Miscellaneous Tasks
2540

2641
- Update cargo-dist targets - ([d704fd9](https://github.com/orhun/flawz/commit/d704fd9c02297f7073e3d37e0deae6ce35c4dad1))
27-

Cargo.lock

Lines changed: 19 additions & 19 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.1.1"
3+
version = "0.2.0"
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)