From 7f225aa6a20c197513e1633588e853668ef296fd Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 12 Sep 2024 11:54:10 +0200 Subject: [PATCH] release 0.18.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e790fa..092e79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 0.18.1 * fix issues with multiple calls to `GpuProfiler::resolve_queries` per frame, in [#79](https://github.com/Wumpf/wgpu-profiler/pull/79) ## 0.18.0 diff --git a/Cargo.lock b/Cargo.lock index a48e0cc..e8147ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,7 +1919,7 @@ dependencies = [ [[package]] name = "wgpu-profiler" -version = "0.18.0" +version = "0.18.1" dependencies = [ "futures-lite", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 301aacc..8de5d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-profiler" -version = "0.18.0" +version = "0.18.1" authors = ["Andreas Reich "] edition = "2021" description = "Simple profiler scopes for wgpu using timer queries"