From 3b963c035fe977cc0f1494a041734656d3f38920 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 31 Jul 2024 18:22:53 +0200 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- puffin_egui/CHANGELOG.md | 4 +++- puffin_egui/Cargo.toml | 2 +- puffin_viewer/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f671d7..16fb2d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "puffin_egui" -version = "0.28.0" +version = "0.29.0" dependencies = [ "eframe", "egui", diff --git a/puffin_egui/CHANGELOG.md b/puffin_egui/CHANGELOG.md index f2308fa..d03cdb2 100644 --- a/puffin_egui/CHANGELOG.md +++ b/puffin_egui/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to the egui crate will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.29.0] - 2024-07-31 - [PR#214](https://github.com/EmbarkStudios/puffin/pull/214) Fix frame selection input handling - [PR#218](https://github.com/EmbarkStudios/puffin/pull/218) Fix flamegraph click intersection @@ -183,7 +184,8 @@ All notable changes to the egui crate will be documented in this file. - The view supports viewing merged sibling scopes. -[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.27.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.29.0...HEAD +[0.29.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.27.1...puffin_egui-0.29.0 [0.27.1]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.27.0...puffin_egui-0.27.1 [0.27.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.26.0...puffin_egui-0.27.0 [0.26.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.25.0...puffin_egui-0.26.0 diff --git a/puffin_egui/Cargo.toml b/puffin_egui/Cargo.toml index d38f86a..31b4df9 100644 --- a/puffin_egui/Cargo.toml +++ b/puffin_egui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puffin_egui" -version = "0.28.0" +version = "0.29.0" authors = ["Emil Ernerfeldt "] categories = ["development-tools::profiling", "game-development", "gui"] description = "Show puffin profiler flamegraph in-game using egui" diff --git a/puffin_viewer/Cargo.toml b/puffin_viewer/Cargo.toml index 44ae34d..9cea4cf 100644 --- a/puffin_viewer/Cargo.toml +++ b/puffin_viewer/Cargo.toml @@ -17,7 +17,7 @@ include = ["**/*.rs", "Cargo.toml", "README.md", "icon.png"] crate-type = ["cdylib", "rlib"] [dependencies] -puffin_egui = { version = "0.28.0", path = "../puffin_egui", features = [ +puffin_egui = { version = "0.29.0", path = "../puffin_egui", features = [ "serde", ] } puffin = { version = "0.19.1", path = "../puffin", features = [