From 36a95d051985ad5d2405be9cd96a8ada75383697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 00:41:34 +0000 Subject: [PATCH] chore: release v0.3.76 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..357fa757 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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-05-08 + +### Other + +- Merge of rust-lang/backtrace-rs#705: Add `optimize(size)` to some particularly large functions diff --git a/Cargo.lock b/Cargo.lock index e4a21b70..be85b439 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 b363e458..e2f4256c 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"