updated changelog and fixed readme

This commit is contained in:
2025-07-16 02:22:18 +03:00
parent bcfcb55db3
commit 427434c607
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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