Skip to content

Commit f36e298

Browse files
authored
Merge pull request #91 from rust-lang/release-plz-2026-07-08T15-52-18Z
chore: release
2 parents 53ea128 + 1fd8a3e commit f36e298

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.28](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.27...rustc-demangle-v0.1.28) - 2026-07-08
11+
12+
### Other
13+
14+
- Implement splat demangling
15+
- Fix a typo in early-recursion-limit
16+
1017
## [0.1.27](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.26...rustc-demangle-v0.1.27) - 2026-01-15
1118

1219
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-demangle"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

crates/capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ name = "rustc_demangle"
1313
crate-type = ["staticlib", "cdylib"]
1414

1515
[dependencies]
16-
rustc-demangle = { version = "0.1.27", path = "../.." }
16+
rustc-demangle = { version = "0.1.28", path = "../.." }

0 commit comments

Comments
 (0)