From a89e8562a16a771fa8c605440f718358d0c17fd3 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 4 May 2022 07:26:51 +0200 Subject: [PATCH] Release puffin-0.13.2 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- puffin/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef66cc21..5de1c304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.13.2] - 2022-05-04 ### Changed * [PR#76](https://github.com/EmbarkStudios/puffin/pull/76) updated `zstd` to `0.11.1` @@ -82,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `GlobalProfiler` now store recent history and the slowest frames. -[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/0.13.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/puffin/compare/0.13.2...HEAD +[0.13.2]: https://github.com/EmbarkStudios/puffin/compare/0.13.0...0.13.2 [0.13.0]: https://github.com/EmbarkStudios/puffin/compare/0.12.1...0.13.0 [0.12.1]: https://github.com/EmbarkStudios/puffin/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/EmbarkStudios/puffin/compare/0.11.0...0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 30354b02..b817c4c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1916,7 +1916,7 @@ dependencies = [ [[package]] name = "puffin" -version = "0.13.1" +version = "0.13.2" dependencies = [ "anyhow", "bincode", diff --git a/puffin/Cargo.toml b/puffin/Cargo.toml index d734e12f..887df3ba 100644 --- a/puffin/Cargo.toml +++ b/puffin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puffin" -version = "0.13.1" +version = "0.13.2" authors = ["Embark "] license = "MIT OR Apache-2.0" description = "Simple instrumentation profiler for games"