From e81d156335bd2ad164967ab179c32b7263d7b306 Mon Sep 17 00:00:00 2001 From: Yang Keao Date: Tue, 25 Jul 2023 19:24:05 +0800 Subject: [PATCH] Bump version to v0.12.1 Signed-off-by: Yang Keao --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6f2b8e..20786ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ 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). -## [Unreleased] +## [0.12.1] - 2023-07-25 ### Fixed - Handle potentially unaligned frame pointer (#217) +- Fix the register field name according to libc (#218) ## [0.12.0] - 2023-07-03 diff --git a/Cargo.toml b/Cargo.toml index dad4043b..731e8d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pprof" -version = "0.12.0" +version = "0.12.1" authors = ["Yang Keao "] edition = "2021" license = "Apache-2.0"