From bfe474f657eff5a752f9d0267053397f1add94ac Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Sat, 1 Feb 2025 01:57:11 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- RELEASES.md | 2 ++ samply/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afae89d3..eeff2939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,7 +2084,7 @@ dependencies = [ [[package]] name = "samply" -version = "0.13.0" +version = "0.13.1" dependencies = [ "bitflags", "byteorder", diff --git a/RELEASES.md b/RELEASES.md index 92c564f1..209c3f37 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,6 +4,8 @@ ## Unreleased - ReleaseDate +## 0.13.1 - 2025-02-01 + ## 0.13.0 - 2025-02-01 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. diff --git a/samply/Cargo.toml b/samply/Cargo.toml index 97a6a7cc..951941a4 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samply" -version = "0.13.0" +version = "0.13.1" authors = ["Markus Stange "] edition = "2021" rust-version = "1.77" # needed by samply-quota-manager -> rusqlite_migration