# Changelog All notable changes to this project will be documented in this file. ## [0.3.1] - 2025-07-15 ### 🛠 Maintenance - Bump egui version to 0.32 ## [0.3.0] - 2025-07-07 ### 🚀 Features - Add configurable sweep range with `with_sweep_range()` method ([PR#2](https://github.com/obsqrbtz/egui_knob/pull/2) by [sacha-renault](https://github.com/sacha-renault)) ## [0.2.0] - 2025-05-12 - Bump egui and eframe versions ([PR#1](https://github.com/obsqrbtz/egui_knob/pull/1) by [chloebrett](https://github.com/chloebrett)) ## [0.1.9] - 2025-02-04 ### 🚀 Features - Exposed label format - Add step size configuration ### 🐛 Bug Fixes - Add label offsets and position in relative to the widget rect ### 📚 Documentation - Added doc comments ## [0.1.8] - 2025-02-03 ### 🐛 Bug Fixes - Mark response changed when knob was dragged