Skip to content

Commit

Permalink
Bump version to v0.12.1 (#220)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao authored Jul 25, 2023
1 parent 71957e2 commit 69581d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pprof"
version = "0.12.0"
version = "0.12.1"
authors = ["Yang Keao <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 69581d8

Please sign in to comment.