From 5baaed62b3c6df650ee2081868cd2834c6a81cfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:59:14 +0000 Subject: [PATCH] chore: release v0.3.76 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..de4789b8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.3.76](https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76) - 2025-06-16 + +### Other + +- Upgrade `ruzstd` `object`, and `addr2line` to the latest version (rust-lang/backtrace-rs#718) +- Merge of rust-lang/backtrace-rs#705: Add `optimize(size)` to some particularly large functions diff --git a/Cargo.lock b/Cargo.lock index 2730a4b1..d001f757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.75" +version = "0.3.76" dependencies = [ "addr2line", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 7e1233c9..354d3999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backtrace" -version = "0.3.75" +version = "0.3.76" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"