Skip to content

Commit

Permalink
bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 21, 2024
1 parent b42530d commit 36639a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Change Log

## 0.18.2
* Fix `resolve_queries` calls per frame causing invalid buffer copy operations, in [#83](https://github.com/Wumpf/wgpu-profiler/pull/83)

## 0.18.1
* fix issues with multiple calls to `GpuProfiler::resolve_queries` per frame, in [#79](https://github.com/Wumpf/wgpu-profiler/pull/79)
* Fix issues with multiple calls to `GpuProfiler::resolve_queries` per frame, in [#79](https://github.com/Wumpf/wgpu-profiler/pull/79)

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

## 0.17.0
* update to wgpu 0.20
* Update to wgpu 0.20
* `GpuTimerQueryResult` are now also produced when timing is disabled for that scope
* `GpuTimerQueryResult::time` is an `Option` now
* update tracy client to 0.17.0
* Update tracy client to 0.17.0

## 0.16.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu-profiler"
version = "0.18.1"
version = "0.18.2"
authors = ["Andreas Reich <[email protected]>"]
edition = "2021"
description = "Simple profiler scopes for wgpu using timer queries"
Expand Down

0 comments on commit 36639a9

Please sign in to comment.