diff --git a/.changes/accel-copy.md b/.changes/accel-copy.md deleted file mode 100644 index 20bb3d8..0000000 --- a/.changes/accel-copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Derive `Copy` for `Accelerator` type. \ No newline at end of file diff --git a/.changes/one-letter-accel.md b/.changes/one-letter-accel.md deleted file mode 100644 index a5aa779..0000000 --- a/.changes/one-letter-accel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Fix parsing one letter string as valid accelerator without modifiers. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6c003..cbc34bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.1] + +- Derive `Copy` for `Accelerator` type. + - [e80c113](https://www.github.com/tauri-apps/muda/commit/e80c113d8c8db8137f97829b071b443772d4805c) feat: derive `Copy` for `Accelerator` on 2022-12-12 +- Fix parsing one letter string as valid accelerator without modifiers. + - [0173987](https://www.github.com/tauri-apps/muda/commit/0173987ed5da605ddc20e49fce57ba884ed0d5f4) fix: parse one letter string to valid accelerator ([#28](https://www.github.com/tauri-apps/muda/pull/28)) on 2022-12-20 + ## \[0.1.0] - Initial Release. diff --git a/Cargo.toml b/Cargo.toml index fa7a824..8113212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.1.0" +version = "0.1.1" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]