Skip to content

Commit 2eaba2e

Browse files
chore: release
1 parent 83f1bbd commit 2eaba2e

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

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.25"
3+
version = "0.1.26"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

crates/capi/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

crates/capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-demangle-capi"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Torste Aikio <[email protected]>"]
55
description = """
66
C API for the `rustc-demangle` crate
@@ -13,4 +13,4 @@ name = "rustc_demangle"
1313
crate-type = ["staticlib", "cdylib"]
1414

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

0 commit comments

Comments
 (0)