Skip to content

Commit

Permalink
fixed egui capitalization && version bump 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEthra committed Oct 1, 2024
1 parent 8c83456 commit 8b316c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unreleased
# 0.16.0

* (breaking) Updated to egui `0.29`.
* (breaking) Renamed functions, removed `set_` prefix to fit egui style. [#29]
* Accept either `None` or `Some(duration)` in `set_duration`. [#31]
* Enable shadow beneath `Toasts` using `with_shadow` [#33]
* Enable shadow beneath toasts using `with_shadow` [#33]

[#29]: https://github.com/ItsEthra/egui-notify/pull/29
[#31]: https://github.com/ItsEthra/egui-notify/pull/31
[#33]: https://github.com/ItsEthra/egui-notify/pull/33
[#33]: https://github.com/ItsEthra/egui-notify/pull/33
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui-notify"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ItsEthra/egui-notify"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! egui-notify
//! Simple notifications library for EGUI
//! Simple notifications library for egui.
#![warn(missing_docs)]

Expand Down

0 comments on commit 8b316c4

Please sign in to comment.