We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae5be3 commit 80babccCopy full SHA for 80babcc
2 files changed
CHANGELOG
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [0.8.0] - Unreleased
+## [0.9.0] - 26.10.2025
9
+
10
+### Changed
11
12
+- Upgraded to egui 0.33
13
+- Changed MSRV to 1.88
14
15
+## [0.8.0] - 14.07.2025
16
17
### Added
18
Cargo.toml
@@ -25,7 +25,7 @@ web-sys = "0.3.81"
25
26
[package]
27
name = "egui-snarl"
28
-version = "0.8.0"
+version = "0.9.0"
29
edition.workspace = true
30
rust-version.workspace = true
31
license.workspace = true
0 commit comments