From bea0b59fa1b9a3cb3fbaac1bd56a31938a0110d8 Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Wed, 8 Apr 2026 09:52:27 +0200 Subject: [PATCH 1/2] dep: Update sentry-native to 0.13.5 This is mostly to get https://github.com/getsentry/sentry-native/pull/1628. --- crates/symbolicator-crash/sentry-native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/symbolicator-crash/sentry-native b/crates/symbolicator-crash/sentry-native index 027459265..6ebd29bd9 160000 --- a/crates/symbolicator-crash/sentry-native +++ b/crates/symbolicator-crash/sentry-native @@ -1 +1 @@ -Subproject commit 027459265ab94de340a5f59b767248652640d1e6 +Subproject commit 6ebd29bd9742fd2f93b6770b5023e31a8efbc10e From 144664af527de006d3da3e3aa93dc854518ab95e Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Wed, 8 Apr 2026 09:56:22 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d21c14dd..ab8a28d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ - fix(stackwalking): Use debug info to inform scanning by @loewenheim in [#1905](https://github.com/getsentry/symbolicator/pull/1905) +### Deps +- Bump Native SDK from 0.11.2 to 0.13.5 by @loewenheim in [#1917](https://github.com/getsentry/symbolicator/pull/1917) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0135) + - [diff](https://github.com/getsentry/sentry-native/compare/0.11.2...0.13.5) + ## 26.3.1 ### New Features ✨