Skip to content

Commit 3a21677

Browse files
committed
Merge branch 'main' into deps/modules/sentry-native/0.7.18
2 parents c05fc8b + f9bca3e commit 3a21677

File tree

5 files changed

+42
-3
lines changed

5 files changed

+42
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
### Dependencies
6+
7+
- Bump Java SDK from v7.19.0 to v7.20.0 ([#1947](https://github.com/getsentry/sentry-unity/pull/1947))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.20.0)
510
### Fixes
611

712
- Fixed iOS native SDK initialization that could cause memory management issues ([#1964](https://github.com/getsentry/sentry-unity/pull/1964))
@@ -10,6 +15,9 @@
1015

1116
### Dependencies
1217

18+
- Bump Cocoa SDK from v8.42.0 to v8.43.0 ([#1949](https://github.com/getsentry/sentry-unity/pull/1949))
19+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8430)
20+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.42.0...8.43.0)
1321
- Bump Java SDK from v7.19.0 to v7.19.1 ([#1946](https://github.com/getsentry/sentry-unity/pull/1946))
1422
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191)
1523
- [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.19.1)
@@ -22,6 +30,9 @@
2230
- Bump Native SDK from v0.7.17 to v0.7.18 ([#1967](https://github.com/getsentry/sentry-unity/pull/1967))
2331
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0718)
2432
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.18)
33+
- Bump .NET SDK from v5.0.0 to v5.0.1 ([#1953](https://github.com/getsentry/sentry-unity/pull/1953))
34+
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#501)
35+
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.0.0...5.0.1)
2536

2637
## 3.0.0-beta.0
2738

modules/sentry-cocoa.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 8.42.1
1+
version = 8.43.0
22
repo = https://github.com/getsentry/sentry-cocoa

modules/sentry-java

Submodule sentry-java updated 44 files

0 commit comments

Comments
 (0)