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 8c38529 commit f0d7793
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_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.16.1] - 2024-07-31
## [0.16.0] - 2024-01-17
## [0.15.0] - 2023-11-21
## [0.14.0] - 2023-09-28
Expand Down Expand Up @@ -72,7 +73,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.16.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.16.1...HEAD
[0.16.1]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.16.0...puffin_http-0.16.1
[0.16.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.15.0...puffin_http-0.16.0
[0.15.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.14.0...puffin_http-0.15.0
[0.14.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_http-0.13.0...puffin_http-0.14.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.16.0"
version = "0.16.1"
authors = ["Embark <opensource@embark-studios.com>"]
categories = ["development-tools::profiling", "gui"]
description = "TCP server/client for puffin profiler data"
Expand Down
2 changes: 1 addition & 1 deletion puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ puffin = { version = "0.19.1", path = "../puffin", features = [
"lz4",
"zstd", # Support zstd in order to load old puffin files (before 0.16.0)
] }
puffin_http = { version = "0.16.0", path = "../puffin_http" }
puffin_http = { version = "0.16.1", path = "../puffin_http" }

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

0 comments on commit f0d7793

Please sign in to comment.