mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
Apply Version Updates From Current Changes (#29)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
0173987ed5
commit
1c4587efe5
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"muda": "patch"
|
||||
---
|
||||
|
||||
Derive `Copy` for `Accelerator` type.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"muda": "patch"
|
||||
---
|
||||
|
||||
Fix parsing one letter string as valid accelerator without modifiers.
|
|
@ -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.
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue