Skip to content

Commit b284bd3

Browse files
authored
Merge branch 'intgr:main' into expose-current-transaction
2 parents be2c6b6 + 3c45007 commit b284bd3

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Install Rust toolchain

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Build
2121
run: docker build . --pull -f varia/Dockerfile.tests --tag=rocket-sentry-build
2222
- name: Test suite

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is similar to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.24.0] - 2025-07-29
9+
10+
- **Dependency:** Update rust crate sentry to 0.42.0 ([#94](https://github.com/intgr/rocket-sentry/pull/94))
11+
12+
<!-- generated by git-cliff -->
813
## [0.23.0] - 2025-06-23
914

1015
- **Dependency:** Update rust crate sentry to 0.41.0 ([#92](https://github.com/intgr/rocket-sentry/pull/92))

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocket-sentry"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
edition = "2021"
55
rust-version = "1.73.0"
66

@@ -17,7 +17,7 @@ license = "MIT"
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
sentry = "0.41.0"
20+
sentry = "0.42.0"
2121
rocket = { version = "0.5.0-rc.2", default-features = false }
2222
log = "0.4.17"
2323
serde = "1.0.137"

0 commit comments

Comments
 (0)