Skip to content

Commit

Permalink
chore: release v0.17.0 (#68)
Browse files Browse the repository at this point in the history
## 🤖 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 <marti@juffo.org>
  • Loading branch information
github-actions[bot] and intgr committed Nov 28, 2023
1 parent b62415d commit 4504f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocket-sentry"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
rust-version = "1.64.0"

Expand Down

0 comments on commit 4504f11

Please sign in to comment.