Skip to content

Commit

Permalink
Release puffin-0.17, puffin_egui-0.23, puffin-viewer-0.17, puffin-htt…
Browse files Browse the repository at this point in the history
…p-0.14
  • Loading branch information
TimonPost committed Sep 28, 2023
1 parent ee9fb1b commit 3d51777
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
4 changes: 3 additions & 1 deletion 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.17.0] - 2023-09-28

- [PR#140](https://github.com/EmbarkStudios/puffin/issues/140) Remove imgui support for
- [PR#158](https://github.com/EmbarkStudios/puffin/pull/158) Remove file I/O from
Expand Down Expand Up @@ -117,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `GlobalProfiler` now store recent history and the slowest frames.

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/0.16.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/0.17.0...HEAD
[0.17.0]: https://github.com/EmbarkStudios/puffin/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/EmbarkStudios/puffin/compare/0.15.0...0.16.0
[0.15.0]: https://github.com/EmbarkStudios/puffin/compare/0.14.3...0.15.0
[0.14.3]: https://github.com/EmbarkStudios/puffin/compare/0.14.2...0.14.3
Expand Down
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.

2 changes: 1 addition & 1 deletion puffin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin"
version = "0.16.0"
version = "0.17.0"
authors = ["Embark <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Simple instrumentation profiler for games"
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.23.0] - 2023-09-28

- [PR#161](https://github.com/EmbarkStudios/puffin/pull/161) Update to egui `0.23`

Expand Down Expand Up @@ -155,7 +156,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.22.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.23.0...HEAD
[0.23.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_egui-0.22.0...puffin_egui-0.23.0
[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
Expand Down
4 changes: 2 additions & 2 deletions puffin_egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_egui"
version = "0.22.0"
version = "0.23.0"
authors = ["Emil Ernerfeldt <[email protected]>"]
description = "Show puffin profiler flamegraph in-game using egui"
edition = "2018"
Expand All @@ -25,7 +25,7 @@ egui = { version = "0.23.0", default-features = false }
indexmap = { version = "1.9.1", features = ["serde"] }
natord = "1.0.9"
once_cell = "1.7"
puffin = { version = "0.16.0", path = "../puffin", features = ["packing"] }
puffin = { version = "0.17.0", path = "../puffin", features = ["packing"] }
serde = { version = "1.0", features = ["derive"], optional = true }
time = { version = "0.3.17", default-features = false, features = [
"formatting",
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.14.0] - 2023-09-28
## [0.13.0] - 2023-05-24
- Upgrade to `puffin` 0.16

Expand Down Expand Up @@ -69,7 +70,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.13.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.14.0...HEAD
[0.14.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.13.0...puffin_http-0.14.0
[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
Expand Down
4 changes: 2 additions & 2 deletions puffin_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_http"
version = "0.13.0"
version = "0.14.0"
authors = ["Embark <[email protected]>"]
description = "TCP server/client for puffin profiler data"
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ include = ["**/*.rs", "Cargo.toml", "README.md"]
anyhow = "1.0"
crossbeam-channel = "0.5"
log = "0.4"
puffin = { version = "0.16.0", path = "../puffin", features = [
puffin = { version = "0.17.0", path = "../puffin", features = [
"packing",
"lz4",
"serialization",
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.17.0] - 2023-09-28

- [PR#161](https://github.com/EmbarkStudios/puffin/pull/161) Update to egui `0.23`

Expand Down Expand Up @@ -103,7 +104,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.16.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.17.0...HEAD
[0.17.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.16.0...puffin_viewer-0.17.0
[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
Expand Down
8 changes: 4 additions & 4 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.16.0"
version = "0.17.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.22.0", path = "../puffin_egui" }
puffin = { version = "0.16.0", path = "../puffin", features = [
puffin_egui = { version = "0.23.0", path = "../puffin_egui" }
puffin = { version = "0.17.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.13.0", path = "../puffin_http" }
puffin_http = { version = "0.14.0", path = "../puffin_http" }

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

0 comments on commit 3d51777

Please sign in to comment.