Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jul 31, 2024
1 parent f0d7793 commit 3b963c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion puffin_egui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to the egui crate will be documented in this file.

<!-- next-header -->
## [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
Expand Down Expand Up @@ -183,7 +184,8 @@ All notable changes to the egui crate will be documented in this file.
- The view supports viewing merged sibling scopes.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion puffin_egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_egui"
version = "0.28.0"
version = "0.29.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
categories = ["development-tools::profiling", "game-development", "gui"]
description = "Show puffin profiler flamegraph in-game using egui"
Expand Down
2 changes: 1 addition & 1 deletion puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3b963c0

Please sign in to comment.