Skip to content

Commit

Permalink
Release 0.12.1 with #338
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jan 5, 2025
1 parent 41de77c commit 8e691e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.12.1] - 2025-01-05

### Fixed

- Trim reversed stacks for when function names contain `; `. [#338](https://github.com/jonhoo/inferno/pull/338)

## [0.12.0] - 2024-11-19

This is a breaking change since we've changed inferno's error type. It
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inferno"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
authors = ["Jon Gjengset <[email protected]>"]
rust-version = "1.71.0"
Expand Down

0 comments on commit 8e691e6

Please sign in to comment.