Skip to content

Commit 9d7fb10

Browse files
committed
chore: Release
1 parent 1cf8423 commit 9d7fb10

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Unreleased - ReleaseDate
66

7+
## 0.13.0 - 2025-02-01
8+
79
This release adds Windows support. It uses ETW via `xperf` to record the system activity to an ETL file. Then samply converts the ETL file.
810

911
Samply asks for Adminstrator privileges during profiling. This is necessary for ETW to work.

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samply"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["Markus Stange <mstange@themasta.com>"]
55
edition = "2021"
66
rust-version = "1.77" # needed by samply-quota-manager -> rusqlite_migration

0 commit comments

Comments
 (0)