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"