Apply Version Updates From Current Changes (#39)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-01-26 15:23:51 +02:00 committed by GitHub
parent fb3d0aa303
commit e6f4357b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "minor"
---
Bump gtk version: 0.15 -> 0.16

View file

@ -1,5 +1,10 @@
# Changelog
## \[0.4.0]
- Bump gtk version: 0.15 -> 0.16
- [fb3d0aa](https://www.github.com/tauri-apps/muda/commit/fb3d0aa303a0ee4ffff6d3de97cc363f1ef6d34b) chore(deps): bump gtk version 0.15 -> 0.16 ([#38](https://www.github.com/tauri-apps/muda/pull/38)) on 2023-01-26
## \[0.3.0]
- Add `MenuEvent::set_event_handler` to set a handler for new menu events.

View file

@ -1,14 +1,14 @@
[package]
name = "muda"
version = "0.3.0"
version = "0.4.0"
description = "Menu Utilities for Desktop Applications"
edition = "2021"
keywords = ["windowing", "menu"]
keywords = [ "windowing", "menu" ]
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/amrbashir/muda"
documentation = "https://docs.rs/muda"
categories = ["gui"]
categories = [ "gui" ]
[dependencies]
crossbeam-channel = "0.5"
@ -25,7 +25,7 @@ features = [
"Win32_UI_Shell",
"Win32_Globalization",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_System_SystemServices",
"Win32_System_SystemServices"
]
[target."cfg(target_os = \"linux\")".dependencies]