From fe5ccb9c1d0085e8aa2e146411738e65ee0e4eea Mon Sep 17 00:00:00 2001 From: loichyan Date: Tue, 2 May 2023 10:28:37 +0800 Subject: [PATCH] chore(release): v0.2.2 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65799cb..862d1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.2.2 (2023-05-02) + +### Fix + +- **fix**: patched content should be created in autofix +- **prompt**: keyboard hints should follow the same style +- **error**: `Error` should display brief message + +### Refactor + +- **cli**: show more metadata +- **error**: make path optional +- **error**: derive `From` for source errors + ## v0.2.1 (2023-04-11) ### Feat diff --git a/Cargo.lock b/Cargo.lock index 76988ff..20d7b58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "nerdfix" -version = "0.2.1" +version = "0.2.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 51278d9..fdd7072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nerdfix" -version = "0.2.1" +version = "0.2.2" authors = ["loichyan "] license = "MIT OR Apache-2.0" edition = "2021"