Skip to content

Commit 8e691e6

Browse files
committed
Release 0.12.1 with #338
1 parent 41de77c commit 8e691e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Security
2020

21+
## [0.12.1] - 2025-01-05
22+
23+
### Fixed
24+
25+
- Trim reversed stacks for when function names contain `; `. [#338](https://github.com/jonhoo/inferno/pull/338)
26+
2127
## [0.12.0] - 2024-11-19
2228

2329
This is a breaking change since we've changed inferno's error type. It

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inferno"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
66
rust-version = "1.71.0"

0 commit comments

Comments
 (0)