# Changelog

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.1.28](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.27...rustc-demangle-v0.1.28) - 2026-07-08

### Other

- Implement splat demangling
- Fix a typo in early-recursion-limit

## [0.1.27](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.26...rustc-demangle-v0.1.27) - 2026-01-15

### Other

- Support v0 demangling of trait object types with assoc const bindings

## [0.1.26](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.25...rustc-demangle-v0.1.26) - 2025-07-16

### Other

- Add new v0 demangling tags for pattern types
- Do not publish the `native-c` crate
- Use release-plz for releases
- Add a CI workflow to publish new releases after a tag is pushed
