Skip to content

Commit 9640718

Browse files
committed
Bump version to 0.24.0, add changelog entry
1 parent c56d64d commit 9640718

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Change Log
22

3+
## 0.24.0
4+
* Update to wgpu 26.0.0, by @waywardmonkeys in [#95](https://github.com/Wumpf/wgpu-profiler/pull/95)
5+
36
## 0.23.0
4-
* Update to wgpu 24.0.0, by @waywardmonkeys in [#95](https://github.com/Wumpf/wgpu-profiler/pull/95)
7+
* Update to wgpu 25.0.0, by @waywardmonkeys in [#95](https://github.com/Wumpf/wgpu-profiler/pull/95)
58

69
## 0.22.0
710
* Device no longer needs to be passed for scope/start-query/end-query, in [#93](https://github.com/Wumpf/wgpu-profiler/pull/93)

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-profiler"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = ["Andreas Reich <r_andreas2@web.de>"]
55
edition = "2021"
66
description = "Simple profiler scopes for wgpu using timer queries"

0 commit comments

Comments
 (0)