Skip to content

Commit ca5202e

Browse files
authored
Merge pull request #88 from rust-lang/release-plz-2026-01-15T15-09-27Z
chore(rustc-demangle): release v0.1.27
2 parents bce5e74 + f65a6d8 commit ca5202e

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.27](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.26...rustc-demangle-v0.1.27) - 2026-01-15
11+
12+
### Other
13+
14+
- Support v0 demangling of trait object types with assoc const bindings
15+
1016
## [0.1.26](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.25...rustc-demangle-v0.1.26) - 2025-07-16
1117

1218
### 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.26"
3+
version = "0.1.27"
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.26", path = "../.." }
16+
rustc-demangle = { version = "0.1.27", path = "../.." }

0 commit comments

Comments
 (0)