File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.26] ( https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.25...rustc-demangle-v0.1.26 ) - 2025-07-16
11+
12+ ### Other
13+
14+ - Add new v0 demangling tags for pattern types
15+ - Do not publish the ` native-c ` crate
16+ - Use release-plz for releases
17+ - Add a CI workflow to publish new releases after a tag is pushed
Original file line number Diff line number Diff line change 11[package ]
22name = " rustc-demangle"
3- version = " 0.1.25 "
3+ version = " 0.1.26 "
44authors = [
" Alex Crichton <[email protected] >" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.2] ( https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-capi-v0.1.1...rustc-demangle-capi-v0.1.2 ) - 2025-07-16
11+
12+ ### Other
13+
14+ - updated the following local packages: rustc-demangle
Original file line number Diff line number Diff line change 11[package ]
22name = " rustc-demangle-capi"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [
" Torste Aikio <[email protected] >" ]
55description = """
66C API for the `rustc-demangle` crate
@@ -13,4 +13,4 @@ name = "rustc_demangle"
1313crate-type = [" staticlib" , " cdylib" ]
1414
1515[dependencies ]
16- rustc-demangle = { version = " 0.1.16 " , path = " ../.." }
16+ rustc-demangle = { version = " 0.1.26 " , path = " ../.." }
You can’t perform that action at this time.
0 commit comments