Skip to content

Commit

Permalink
Release 1.0.14 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
aclysma authored Jan 30, 2024
1 parent c658140 commit 9d3cb6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.0.14
* Due to MSRV being practically limited by selected profiling backend, the formally declared
MSRV has been removed. See readme.md for details.
* Update puffin to 0.19
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.13"
version = "1.0.14"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
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.13"
version = "1.0.14"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "This crate provides a very thin abstraction over other profiler crates."
Expand All @@ -20,7 +20,7 @@ optick = { version = "1.3", optional = true }
tracing = { version = "0.1", optional = true }
tracy-client = { version = "0.16.2", optional = true }
superluminal-perf = { version = "0.1", optional = true }
profiling-procmacros = { version = "1.0.13", path = "../profiling-procmacros", optional = true }
profiling-procmacros = { version = "1.0.14", path = "../profiling-procmacros", optional = true }

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

0 comments on commit 9d3cb6a

Please sign in to comment.