From 427434c607d9714e8959e896c738f0f84cf756ef Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Wed, 16 Jul 2025 02:22:18 +0300 Subject: [PATCH] updated changelog and fixed readme --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7835e35..2e7505a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## [0.3.1] - 2025-07-15 +### 🚀 Features + +- Added background arc + +### 🐛 Bug Fixes + +- Sanitize NaNs + +## [0.3.1] - 2025-07-15 + ### 🛠 Maintenance - Bump egui version to 0.32 diff --git a/README.md b/README.md index 59d974a..97a30de 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`: ```toml [dependencies] egui = "0.32" -egui_knob = "0.4.1" +egui_knob = "0.3.2" ``` ## Usage example