Skip to content

Commit

Permalink
bump semver + CL
Browse files Browse the repository at this point in the history
  • Loading branch information
n00kii committed Sep 30, 2024
1 parent 7cff9c1 commit 67b6949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0
- update `egui` -> `0.29`

# 0.4.0
- update `egui` -> `0.28`

# 0.3.6
- update `egui` -> `0.27`

Expand Down
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-modal"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT"
description = "a modal library for egui"
Expand Down

0 comments on commit 67b6949

Please sign in to comment.