From a062ad06a859161a7c3d1d7bfe1f0dae9827c55c Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Sun, 19 Nov 2023 22:30:07 +0200 Subject: [PATCH] chore: release Signed-off-by: Marti Raudsepp --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0236475..c17f52e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.15.1] - 2023-11-19 + +- **CI:** Set up release automation +- **Documentation:** Move history to CHANGELOG.md and auto-generate it ([#60](https://github.com/intgr/rocket-sentry/pull/60)) +- Add Performance Monitoring (transactions) support ([#59](https://github.com/intgr/rocket-sentry/pull/59)) +- **Dependency:** Update Rust crate sentry to 0.31.7 ([#57](https://github.com/intgr/rocket-sentry/pull/57)) + +# Changelog + +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). diff --git a/Cargo.toml b/Cargo.toml index 375662c..f7a87b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket-sentry" -version = "0.15.0" +version = "0.15.1" edition = "2021" rust-version = "1.64.0"