From 664cf9003ccf54ef431d4f0d6706ba8322e39ed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:36:01 +0000 Subject: [PATCH 1/2] chore: release v1.2.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269fc5d..42a50f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is similar to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2026-08-12 + +- **Dependency:** Update rust crate sentry to 0.49.0 & migrate to new API ([#114](https://github.com/intgr/rocket-sentry/pull/114)) +- Adjust Dockerfile to new Cargo build-dir layout ([#117](https://github.com/intgr/rocket-sentry/pull/117)) + + ## [1.2.0] - 2026-04-29 - **Dependency:** Update rust crate sentry to 0.48.0 ([#110](https://github.com/intgr/rocket-sentry/pull/110)) diff --git a/Cargo.toml b/Cargo.toml index 341c830..10f2446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket-sentry" -version = "1.2.0" +version = "1.3.0" edition = "2021" rust-version = "1.73.0" From 63bf2a0da00e8ed50d5a2af5486182041b599dd2 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Wed, 12 Aug 2026 21:37:57 +0300 Subject: [PATCH 2/2] Don't mention internal Dockerfile update in release notes --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a50f8..ead7e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.0] - 2026-08-12 - **Dependency:** Update rust crate sentry to 0.49.0 & migrate to new API ([#114](https://github.com/intgr/rocket-sentry/pull/114)) -- Adjust Dockerfile to new Cargo build-dir layout ([#117](https://github.com/intgr/rocket-sentry/pull/117)) ## [1.2.0] - 2026-04-29