From ce7cc75aa89b9c32315de38fc523862841c83940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 22 May 2024 19:59:09 +0300 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00db80c..cdc5844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.2](https://github.com/orhun/flawz/compare/0.1.1..0.1.2) - 2024-05-22 + +### ⚙️ 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 diff --git a/Cargo.lock b/Cargo.lock index 4d59f26..54e2557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,9 +338,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "flawz" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap 4.5.4", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index f2dc8f7..f2298a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flawz" -version = "0.1.1" +version = "0.1.2" description = "A Terminal UI for browsing CVEs" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"