Skip to content

Commit 36639a9

Browse files
committed
bump version & update changelog
1 parent b42530d commit 36639a9

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

3+
## 0.18.2
4+
* Fix `resolve_queries` calls per frame causing invalid buffer copy operations, in [#83](https://github.com/Wumpf/wgpu-profiler/pull/83)
5+
36
## 0.18.1
4-
* fix issues with multiple calls to `GpuProfiler::resolve_queries` per frame, in [#79](https://github.com/Wumpf/wgpu-profiler/pull/79)
7+
* Fix issues with multiple calls to `GpuProfiler::resolve_queries` per frame, in [#79](https://github.com/Wumpf/wgpu-profiler/pull/79)
58

69
## 0.18.0
7-
* update to wgpu 22.1.0, by @waywardmonkeys in [#75](https://github.com/Wumpf/wgpu-profiler/pull/75)
10+
* Update to wgpu 22.1.0, by @waywardmonkeys in [#75](https://github.com/Wumpf/wgpu-profiler/pull/75)
811

912
## 0.17.0
10-
* update to wgpu 0.20
13+
* Update to wgpu 0.20
1114
* `GpuTimerQueryResult` are now also produced when timing is disabled for that scope
1215
* `GpuTimerQueryResult::time` is an `Option` now
13-
* update tracy client to 0.17.0
16+
* Update tracy client to 0.17.0
1417

1518
## 0.16.2
1619

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.18.1"
3+
version = "0.18.2"
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)