Skip to content

Commit 848871d

Browse files
authored
Release 0.4.0 (#21)
Release `superluminal-perf-sys` and `superluminal-perf` 0.4.0
1 parent 60348e8 commit 848871d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
## 0.4.0 - 2025-05-07
13+
1214
- Update to latests PerformanceAPI version (2.0, from 1.0 as of 14-SEP-2024) and add arm/arm64ec support
1315
- Add support for x86 32-bit ([#19](https://github.com/EmbarkStudios/superluminal-perf-rs/pull/19))
1416

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "superluminal-perf"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Superluminal Performance API for adding user events to profiler captures"
55
authors = [
66
"Embark <[email protected]>",
@@ -20,7 +20,7 @@ members = ["sys"]
2020
doctest = false
2121

2222
[target.'cfg(windows)'.dependencies]
23-
superluminal-perf-sys = { version = "0.3.0", path = "sys" }
23+
superluminal-perf-sys = { version = "0.4.0", path = "sys" }
2424

2525
[features]
2626
default = ["enable"]

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "superluminal-perf-sys"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Superluminal Performance C API bindings"
55
authors = [
66
"Embark <[email protected]>",

0 commit comments

Comments
 (0)