chore: bump version

This commit is contained in:
2026-03-30 10:18:03 +03:00
parent d20180729a
commit c31936f3b0
4 changed files with 604 additions and 492 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.3.11] - 2026-03-30
- bumped egui version ([#PR10](https://github.com/obsqrbtz/egui_knob/pull/10) by [elwerene](https://github.com/elwerene)
### 🛠 Maintenance
## [0.3.10] - 2026-01-23
### 🚀 Features

1086
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "egui_knob"
version = "0.3.10"
version = "0.3.11"
edition = "2024"
authors = ["Daniel Dada"]
description = "A simple knob widget for egui"

View File

@@ -28,7 +28,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
[dependencies]
egui = "0.33"
eframe = "0.33"
egui_knob = "0.3.10"
egui_knob = "0.3.11"
```
## Usage