From e8fca5bedc846041a932ecdd7e3c7ff311bd4ec5 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Sun, 24 Mar 2024 09:40:40 +0100 Subject: [PATCH] bump version and add changelog entry --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 239b645..6da9f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "wgpu-profiler" -version = "0.16.1" +version = "0.16.2" dependencies = [ "futures-lite", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index f831167..42984ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-profiler" -version = "0.16.1" +version = "0.16.2" authors = ["Andreas Reich "] edition = "2021" description = "Simple profiler scopes for wgpu using timer queries" diff --git a/README.md b/README.md index 400dcfd..5ed23a0 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,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 +* 0.16.2 + * Updating to wgpu 0.19.3 thus removing the need for pinned web-sys, by @xStrom in [#65](https://github.com/Wumpf/wgpu-profiler/pull/65) * 0.16.1 * Fix building for wasm, by @davidster in [#62](https://github.com/Wumpf/wgpu-profiler/pull/62) * 0.16