Skip to content

Commit

Permalink
chore(release): v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loichyan committed May 2, 2023
1 parent 44ad79d commit fe5ccb9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 = "nerdfix"
version = "0.2.1"
version = "0.2.2"
authors = ["loichyan <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit fe5ccb9

Please sign in to comment.