Skip to content

Commit f354280

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.15.0'
2 parents c1dd49d + ad2581f commit f354280

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.15.0
44

55
### Enhancements
66

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
4949
| 0.12.0 | 8.49.0 (Xcode 16.3 compatible) |
5050
| 0.13.0 | 8.49.1 |
5151
| 0.14.0 | 8.53.1 |
52+
| 0.15.0 | 8.53.2 |
5253

5354
## Usage
5455

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.useAndroidX=true
88
compose.version=1.3.1-rc01
99

1010
# Release information
11-
versionName=0.14.0
11+
versionName=0.15.0
1212

1313
# Increase memory for in-process compiler execution.
1414
org.gradle.jvmargs=-Xmx6g

sentry-kotlin-multiplatform-gradle-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=io.sentry.kotlin.multiplatform.gradle
22
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3-
versionName=0.14.0
3+
versionName=0.15.0
44
group=io.sentry
55
sentryCocoaVersion=8.53.2
66

sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Sentry (8.53.1):
3-
- Sentry/Core (= 8.53.1)
4-
- Sentry/Core (8.53.1)
2+
- Sentry (8.53.2):
3+
- Sentry/Core (= 8.53.2)
4+
- Sentry/Core (8.53.2)
55
- shared (1.0):
6-
- Sentry (= 8.53.1)
6+
- Sentry (= 8.53.2)
77

88
DEPENDENCIES:
99
- shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717
:path: "../shared"
1818

1919
SPEC CHECKSUMS:
20-
Sentry: 1e4e974d45f09d153af4b30b42acfb1c79e957d3
21-
shared: 303fc7502580d8fb5e44fe7381fe269ada0e793c
20+
Sentry: 59993bffde4a1ac297ba6d268dc4bbce068d7c1b
21+
shared: 9b2a3232b0c4d2d6bbc43ce5b62b42e389e01c27
2222

2323
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424

sentry-samples/kmp-app-cocoapods/shared/shared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '14.1'
12-
spec.dependency 'Sentry', '8.53.1'
12+
spec.dependency 'Sentry', '8.53.2'
1313

1414
if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
1515
raise "

0 commit comments

Comments
 (0)