From 4504f1139f96104929e4381061c587a4a4863f70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:43:23 +0200 Subject: [PATCH] chore: release v0.17.0 (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rocket-sentry`: 0.16.0 -> 0.17.0 (✓ API compatible changes) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marti Raudsepp --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8649cf4..fe9fe8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [0.17.0] - 2023-11-28 + +- **Dependency:** Update rust crate sentry to 0.32.0 ([#67](https://github.com/intgr/rocket-sentry/pull/67)) + ## [0.16.0] - 2023-11-19 - **Added:** Performance Monitoring (transactions) support ([#59](https://github.com/intgr/rocket-sentry/pull/59)) diff --git a/Cargo.toml b/Cargo.toml index f715627..29ef111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket-sentry" -version = "0.16.0" +version = "0.17.0" edition = "2021" rust-version = "1.64.0"