Skip to content

Commit bf5604b

Browse files
committed
Release egui_kittest 0.33.1
1 parent c79096e commit bf5604b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ dependencies = [
14451445

14461446
[[package]]
14471447
name = "egui_kittest"
1448-
version = "0.33.0"
1448+
version = "0.33.1"
14491449
dependencies = [
14501450
"dify",
14511451
"document-features",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ egui_extras = { version = "0.33.0", path = "crates/egui_extras", default-feature
6565
egui-wgpu = { version = "0.33.0", path = "crates/egui-wgpu", default-features = false }
6666
egui_demo_lib = { version = "0.33.0", path = "crates/egui_demo_lib", default-features = false }
6767
egui_glow = { version = "0.33.0", path = "crates/egui_glow", default-features = false }
68-
egui_kittest = { version = "0.33.0", path = "crates/egui_kittest", default-features = false }
68+
egui_kittest = { version = "0.33.1", path = "crates/egui_kittest", default-features = false }
6969
eframe = { version = "0.33.0", path = "crates/eframe", default-features = false }
7070

7171
accesskit = "0.21.1"

crates/egui_kittest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
77

88

9+
## 0.33.1 - 2025-10-15
10+
* Add `egui_kittest::HarnessBuilder::with_options` [#7638](https://github.com/emilk/egui/pull/7638) by [@emilk](https://github.com/emilk)
11+
12+
913
## 0.33.0 - 2025-10-09
1014
### ⭐ Added
1115
* Kittest: Add `UPDATE_SNAPSHOTS=force` [#7508](https://github.com/emilk/egui/pull/7508) by [@emilk](https://github.com/emilk)

crates/egui_kittest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui_kittest"
3-
version.workspace = true
3+
version = "0.33.1"
44
authors = ["Lucas Meurer <[email protected]>", "Emil Ernerfeldt <[email protected]>"]
55
description = "Testing library for egui based on kittest and AccessKit"
66
edition.workspace = true

0 commit comments

Comments
 (0)