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 3b963c0 commit b0dd014
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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_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.22.0] - 2024-07-31

- [PR#228](https://github.com/EmbarkStudios/puffin/pull/228/) Clean up and improve the UI

Expand Down Expand Up @@ -126,7 +127,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.21.1...HEAD
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.22.0...HEAD
[0.22.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.21.1...puffin_viewer-0.22.0
[0.21.1]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.21.0...puffin_viewer-0.21.1
[0.21.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.20.0...puffin_viewer-0.21.0
[0.20.0]: https://github.com/EmbarkStudios/puffin/compare/puffin_viewer-0.19.0...puffin_viewer-0.20.0
Expand Down
2 changes: 1 addition & 1 deletion puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_viewer"
version = "0.21.1"
version = "0.22.0"
authors = ["Embark <[email protected]>"]
categories = ["development-tools::profiling", "gui"]
description = "Viewer GUI for puffin profiler data"
Expand Down

0 comments on commit b0dd014

Please sign in to comment.