Generate changelogs for emath (#7513)

Sometimes there are changes that only affect emath, so those should be
listed somewhere
This commit is contained in:
Lucas Meurer 2025-09-08 10:13:21 +02:00 committed by GitHub
parent aedd43c88f
commit 73c5892a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -30,4 +30,4 @@ jobs:
with:
mode: minimum
count: 1
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, epaint, epaint_default_fonts, exclude from changelog, typo"
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, emath, epaint, epaint_default_fonts, exclude from changelog, typo"

View File

@ -272,6 +272,7 @@ def main() -> None:
"egui-wgpu",
"egui-winit",
"egui",
"emath",
"epaint",
"epaint_default_fonts",
]