File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Expand file tree Collapse file tree 4 files changed +33
-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-06-12
11
+
12
+ ### Other
13
+
14
+ - Do not publish the ` native-c ` crate
15
+ - Use release-plz for releases
16
+ - Add a CI workflow to publish new releases after a tag is pushed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustc-demangle"
3
- version = " 0.1.25 "
3
+ version = " 0.1.26 "
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " 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-06-12
11
+
12
+ ### Other
13
+
14
+ - updated the following local packages: rustc-demangle
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustc-demangle-capi"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
authors = [
" Torste Aikio <[email protected] >" ]
5
5
description = """
6
6
C API for the `rustc-demangle` crate
@@ -13,4 +13,4 @@ name = "rustc_demangle"
13
13
crate-type = [" staticlib" , " cdylib" ]
14
14
15
15
[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