Skip to content

Commit

Permalink
chore: release v0.16.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Nov 19, 2023
1 parent 1aae6e6 commit ca5284e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.16.0] - 2023-11-19

- **Added:** 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))
- **Documentation:** Move history to CHANGELOG.md and auto-generate it ([#60](https://github.com/intgr/rocket-sentry/pull/60))
- **CI:** Set up release automation with release-plz ([#63](https://github.com/intgr/rocket-sentry/pull/63))

## [0.15.0] - 2023-02-25

- **Dependency:** Update Rust crate sentry to 0.30.0 ([#55](https://github.com/intgr/rocket-sentry/pull/55))
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.15.0"
version = "0.16.0"
edition = "2021"
rust-version = "1.64.0"

Expand Down

0 comments on commit ca5284e

Please sign in to comment.