Apply Version Updates From Current Changes (#29)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-20 00:59:39 +02:00 committed by GitHub
parent 0173987ed5
commit 1c4587efe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Derive `Copy` for `Accelerator` type.

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Fix parsing one letter string as valid accelerator without modifiers.

View file

@ -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.

View file

@ -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" ]