Skip to content

Commit 026eafa

Browse files
committed
chore: Release 0.14.0
1 parent 90904cc commit 026eafa

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ members = [
2020
resolver = "2"
2121

2222
[workspace.dependencies]
23-
hotpath-macros = { path = "./crates/hotpath-macros", version = "0.13.0" }
24-
hotpath = { path = "./crates/hotpath", version = "0.13.0" }
25-
hotpath-meta = { path = "./crates/hotpath-meta", version = "0.13.0" }
26-
hotpath-macros-meta = { path = "./crates/hotpath-macros-meta", version = "0.13.0" }
23+
hotpath-macros = { path = "./crates/hotpath-macros", version = "0.14.0" }
24+
hotpath = { path = "./crates/hotpath", version = "0.14.0" }
25+
hotpath-meta = { path = "./crates/hotpath-meta", version = "0.14.0" }
26+
hotpath-macros-meta = { path = "./crates/hotpath-macros-meta", version = "0.14.0" }
2727
proc-macro2 = "1.0"
2828
quote = "1.0"
2929
syn = { version = "2.0", features = ["full"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add to your `Cargo.toml`:
4545

4646
```toml
4747
[dependencies]
48-
hotpath = "0.13"
48+
hotpath = "0.14"
4949

5050
[features]
5151
hotpath = ["hotpath/hotpath"]

crates/hotpath-backend/html_src/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Add to your `Cargo.toml`:
104104

105105
```toml
106106
[dependencies]
107-
hotpath = "0.13"
107+
hotpath = "0.14"
108108

109109
[features]
110110
hotpath = ["hotpath/hotpath"]

crates/hotpath-macros-meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotpath-macros-meta"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Hotpath meta - a version of hotpath used to profile the profiler itself. Not intended for external use. Proc macros crate."
66
repository = "https://github.com/pawurb/hotpath-rs"

crates/hotpath-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotpath-macros"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
repository = "https://github.com/pawurb/hotpath-rs"
66
description = "Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks. Proc macros crate."

crates/hotpath-meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotpath-meta"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Hotpath meta - a version of hotpath used to profile the profiler itself. Not intended for external use."
66
repository = "https://github.com/pawurb/hotpath-rs"

crates/hotpath/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotpath"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
repository = "https://github.com/pawurb/hotpath-rs"
66
description = "Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks."

0 commit comments

Comments
 (0)