Skip to content

Commit a89e856

Browse files
committed
Release puffin-0.13.2
1 parent 72100e2 commit a89e856

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.13.2] - 2022-05-04
1112
### Changed
1213
* [PR#76](https://github.com/EmbarkStudios/puffin/pull/76) updated `zstd` to `0.11.1`
1314

@@ -82,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8283
* `GlobalProfiler` now store recent history and the slowest frames.
8384

8485
<!-- next-url -->
85-
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/0.13.0...HEAD
86+
[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/0.13.2...HEAD
87+
[0.13.2]: https://github.com/EmbarkStudios/puffin/compare/0.13.0...0.13.2
8688
[0.13.0]: https://github.com/EmbarkStudios/puffin/compare/0.12.1...0.13.0
8789
[0.12.1]: https://github.com/EmbarkStudios/puffin/compare/0.12.0...0.12.1
8890
[0.12.0]: https://github.com/EmbarkStudios/puffin/compare/0.11.0...0.12.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

puffin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "puffin"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["Embark <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Simple instrumentation profiler for games"

0 commit comments

Comments
 (0)