Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aclysma committed Oct 14, 2024
1 parent 079ee47 commit 24bf8d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.16
* Address warnings from upstream rustc changes
* Update puffin to 0.19.1
* Update tracing-tracy to 0.11.3 and tracing-subscriber to 0.3
* Implement finish-frame! for tracing
* Add fuction_scope!() as an alternative to the function proc macro
* Avoid local variable names that don't start with an underscore introduced into a function's namespace

## 1.0.15
* Update tracy-client to 0.17
* Misc. egui/puffin_egui version bumps in the puffin demo
Expand Down
2 changes: 1 addition & 1 deletion profiling-procmacros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "profiling-procmacros"
version = "1.0.15"
version = "1.0.16"
authors = ["Philip Degarmo <[email protected]>"]
edition = "2018"
description = "This crate provides a very thin abstraction over other profiler crates."
Expand Down
4 changes: 2 additions & 2 deletions profiling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "profiling"
version = "1.0.15"
version = "1.0.16"
authors = ["Philip Degarmo <[email protected]>"]
edition = "2018"
description = "This crate provides a very thin abstraction over other profiler crates."
Expand All @@ -19,7 +19,7 @@ optick = { version = "1.3", optional = true }
tracing = { version = "0.1", optional = true }
tracy-client = { version = "0.17", optional = true }
superluminal-perf = { version = "0.1", optional = true }
profiling-procmacros = { version = "1.0.15", path = "../profiling-procmacros", optional = true }
profiling-procmacros = { version = "1.0.16", path = "../profiling-procmacros", optional = true }

[dev-dependencies]
bincode = "1.3.1"
Expand Down

0 comments on commit 24bf8d6

Please sign in to comment.