Skip to content

Commit

Permalink
chore: release v0.2.0 (#21)
Browse files Browse the repository at this point in the history
* chore: release

* chore: update version
  • Loading branch information
orhun authored May 24, 2024
1 parent 41dea0c commit bfcd4c8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.2.0](https://github.com/orhun/flawz/compare/0.1.1..0.2.0) - 2024-05-24

### 🚀 Features

- 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))

### 📚 Documentation

- Update key bindings table - ([41dea0c](https://github.com/orhun/flawz/commit/41dea0cc623de18b833d307d618b004074fcb055))
- Add key bindings ([#20](https://github.com/orhun/flawz/pull/20)) - ([f8bcfa0](https://github.com/orhun/flawz/commit/f8bcfa023e22ac602f41f423075233fff7b3fa58))

### ⚙️ Miscellaneous Tasks

- Update macos runner - ([39d240b](https://github.com/orhun/flawz/commit/39d240b2e5cb0b86fdcbd24c142ba10f0d4a914c))

## [0.1.1](https://github.com/orhun/flawz/compare/0.1.0-rc.1..0.1.1) - 2024-05-20

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

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

38 changes: 19 additions & 19 deletions 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.1.1"
version = "0.2.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 bfcd4c8

Please sign in to comment.