From 21beb5860335dafafc75eb7b5cf093bdb058c0d1 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 26 Oct 2023 09:15:20 +0200 Subject: [PATCH] update readme and bump version --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e3f428..f3a229e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-profiler" -version = "0.14.2" +version = "0.15.0" authors = ["Andreas Reich "] edition = "2021" description = "Simple profiler scopes for wgpu using timer queries" diff --git a/README.md b/README.md index 5268cf2..9c21196 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. ## Changelog -* unreleased +* 0.15 + * update to wgpu 0.18, by @Zoxc in [#50](https://github.com/Wumpf/wgpu-profiler/pull/50) * sample & doc fixes, by @waywardmonkeys in [#41](https://github.com/Wumpf/wgpu-profiler/pull/41), [#44](https://github.com/Wumpf/wgpu-profiler/pull/44) * various methods return `thiserror` errors instead of internal unwrap/except on user errors, by @Wumpf in [#45](https://github.com/Wumpf/wgpu-profiler/pull/45) and following PRs * overhauled `GpuProfiler` creation & configuration: