From 4435d9944934858eb23f31f4ea40f56e0cfdec8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:27:30 +0100 Subject: [PATCH] chore: release v0.13.1 (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdaf723..1b3a9d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.1](https://github.com/EmbarkStudios/pprof-rs/compare/v0.13.0...v0.13.1) - 2024-11-20 + +### Other + +- update dependencies +- release ([#1](https://github.com/EmbarkStudios/pprof-rs/pull/1)) + ## [0.13.0](https://github.com/EmbarkStudios/pprof-rs/releases/tag/v0.13.0) - 2024-10-11 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0cc88be8..c22261ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "pprof2" -version = "0.13.0" +version = "0.13.1" dependencies = [ "backtrace", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 5332976b..be1f85ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pprof2" -version = "0.13.0" +version = "0.13.1" authors = ["Yang Keao "] edition = "2021" license = "Apache-2.0"