Skip to content

Commit

Permalink
Release puffin_egui 0.22, puffin-imgui 0.22, puffin_http 0.13, puffin…
Browse files Browse the repository at this point in the history
…_viewer 0.16
  • Loading branch information
TimonPost committed May 24, 2023
1 parent f47b5f2 commit 0217eaa
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 14 deletions.
8 changes: 4 additions & 4 deletions 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-imgui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.22.0] - 2023-05-24

- Upgrade to `puffin` 0.16

Expand Down Expand Up @@ -102,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Simpler interaction (drag to pan, scroll to zoom, click to focus, double-click to reset).

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin-imgui-0.21.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin-imgui-0.22.0...HEAD
[0.22.0]: https://github.com/EmbarkStudios/puffin/compare/puffin-imgui-0.21.0...puffin-imgui-0.22.0
[0.21.0]: https://github.com/EmbarkStudios/puffin/compare/puffin-imgui-0.20.1...puffin-imgui-0.21.0
[0.20.1]: https://github.com/EmbarkStudios/puffin/compare/puffin-imgui-0.20.0...puffin-imgui-0.20.1
[0.20.0]: https://github.com/EmbarkStudios/puffin/compare/puffin-imgui-0.19.0...puffin-imgui-0.20.0
Expand Down
2 changes: 1 addition & 1 deletion puffin-imgui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin-imgui"
version = "0.21.0"
version = "0.22.0"
authors = ["Embark <[email protected]>"]
description = "ImGui GUI bindings for the Puffin profiler"
license = "MIT OR Apache-2.0"
Expand Down
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.22.0] - 2023-05-24

* [PR#137](https://github.com/EmbarkStudios/puffin/pull/137) Upgrade to `egui` and `eframe` 0.22
- Upgrade to `puffin` 0.16
Expand Down Expand Up @@ -151,7 +152,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.21.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.22.0...HEAD
[0.22.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.21.0...puffin_egui-0.22.0
[0.21.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.20.0...puffin_egui-0.21.0
[0.20.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.19.2...puffin_egui-0.20.0
[0.19.2]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.19.1...puffin_egui-0.19.2
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.21.0"
version = "0.22.0"
authors = ["Emil Ernerfeldt <[email protected]>"]
description = "Show puffin profiler flamegraph in-game using egui"
edition = "2018"
Expand Down
4 changes: 3 additions & 1 deletion puffin_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to `puffin_http` will be documented in this file.

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.13.0] - 2023-05-24
- Upgrade to `puffin` 0.16

## [0.12.0] - 2023-04-24
Expand Down Expand Up @@ -68,7 +69,8 @@ All notable changes to `puffin_http` will be documented in this file.
- Initial release

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.12.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.13.0...HEAD
[0.13.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.12.0...puffin_http-0.13.0
[0.12.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.11.1...puffin_http-0.12.0
[0.11.1]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.11.0...puffin_http-0.11.1
[0.10.1]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.10.1...puffin_http-0.11.0
Expand Down
2 changes: 1 addition & 1 deletion puffin_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_http"
version = "0.12.0"
version = "0.13.0"
authors = ["Embark <[email protected]>"]
description = "TCP server/client for puffin profiler data"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 3 additions & 1 deletion puffin_viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to `puffin_viewer` will be documented in this file.

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.16.0] - 2023-05-24

* Upgrade to `eframe` 0.22
- Upgrade to `puffin` 0.16
Expand Down Expand Up @@ -99,7 +100,8 @@ All notable changes to `puffin_viewer` will be documented in this file.
First release: connect to a `puffin_server` over HTTP to live view a profiler stream

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.15.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.16.0...HEAD
[0.16.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.15.0...puffin_viewer-0.16.0
[0.15.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.14.0...puffin_viewer-0.15.0
[0.14.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.13.2...puffin_viewer-0.14.0
[0.13.2]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.13.2...puffin_viewer-0.13.2
Expand Down
6 changes: 3 additions & 3 deletions puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_viewer"
version = "0.15.0"
version = "0.16.0"
authors = ["Embark <[email protected]>"]
description = "Viewer GUI for puffin profiler data"
license = "MIT OR Apache-2.0"
Expand All @@ -16,14 +16,14 @@ include = ["**/*.rs", "Cargo.toml", "README.md", "icon.png"]
crate-type = ["cdylib", "rlib"]

[dependencies]
puffin_egui = { version = "0.21.0", path = "../puffin_egui" }
puffin_egui = { version = "0.22.0", path = "../puffin_egui" }
puffin = { version = "0.16.0", path = "../puffin", features = [
"packing",
"serialization",
"lz4",
"zstd", # Support zstd in order to load old puffin files (before 0.16.0)
] }
puffin_http = { version = "0.12.0", path = "../puffin_http" }
puffin_http = { version = "0.13.0", path = "../puffin_http" }

argh = "0.1"
eframe = { version = "0.22.0", default-features = false, features = [
Expand Down

0 comments on commit 0217eaa

Please sign in to comment.