Skip to content

Commit 6e6ab33

Browse files
chore: release v0.3.76
1 parent a405950 commit 6e6ab33

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.3.76](https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76) - 2025-09-26
11+
12+
### Other
13+
14+
- Expand doc-comment on `do_resolve`
15+
- Remove padding bytes risk in dbghelp with MaybeUninit
16+
- Upgrade `cpp_demangle` to the latest version. (rust-lang/backtrace-rs#732)
17+
- Update memchr to 2.7.6 (rust-lang/backtrace-rs#734)
18+
- Switch from `windows-targets` to `windows-link` (rust-lang/backtrace-rs#727)
19+
- Use macos-14 image for testing (rust-lang/backtrace-rs#733)
20+
- Fix inverted "full printing" polarity logic (rust-lang/backtrace-rs#726)
21+
- Remove lazily initialized Mutex (rust-lang/backtrace-rs#723)
22+
- Upgrade `ruzstd` `object`, and `addr2line` to the latest version (rust-lang/backtrace-rs#718)
23+
- Merge of rust-lang/backtrace-rs#705: Add `optimize(size)` to some particularly large functions

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)