Skip to content

Commit 7b1be4c

Browse files
Merge of #711: chore: release v0.3.76
chore: release v0.3.76
2 parents a8b55f0 + 775f6a1 commit 7b1be4c

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
Notable changes to this project should be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
The backtrace crate attempts to adhere to the modified [Cargo interpretation of SemVer](https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility).
7+
As a unique component of `std` it may make exceptional changes in order to support `std`.
8+
9+
## [Unreleased]
10+
11+
## [0.3.76](https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76) - 2025-09-26
12+
13+
### Behavior
14+
- Fix inverted polarity of "full printing" logic in rust-lang/backtrace-rs#726:
15+
Previously we used to do the opposite of what you would expect.
16+
17+
### Platform Support
18+
19+
- Windows: Removed hypothetical soundness risk from padding bytes in rust-lang/backtrace-rs#737
20+
- Fuchsia: Added appropriate alignment checks during `Elf_Nhdr` parsing in rust-lang/backtrace-rs#725
21+
- Cygwin: Added support in rust-lang/backtrace-rs#704
22+
- Windows (32-bit Arm): Restore support in rust-lang/backtrace-rs#685
23+
- NuttX (32-bit Arm): Use builtin `_Unwind_GetIP` in rust-lang/backtrace-rs#692
24+
- RTEMS: Enable libunwind in rust-lang/backtrace-rs#682
25+
26+
### Dependencies
27+
28+
- Update cpp_demangle to 0.5 in rust-lang/backtrace-rs#732
29+
- Update memchr to 2.7.6 in rust-lang/backtrace-rs#734
30+
- Switch from windows-targets to windows-link in rust-lang/backtrace-rs#727
31+
- Update ruzstd to 0.8.1 in rust-lang/backtrace-rs#718
32+
- Update object to 0.37 in rust-lang/backtrace-rs#718
33+
- Update addr2line to 0.25 in rust-lang/backtrace-rs#718

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace"
3-
version = "0.3.75"
3+
version = "0.3.76"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)