Skip to content

Commit 2b2974c

Browse files
authored
Update CHANGELOG.md (#165)
* Update CHANGELOG.md
1 parent 9e63ab4 commit 2b2974c

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,11 @@
77
- Bump Java SDK from v6.33.1 to v7.1.0 ([#157](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/157), [#164](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/164))
88
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710)
99
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...7.1.0)
10-
- Bump Cocoa SDK from v8.4.0 to v8.17.1 ([#158](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/158))
11-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
12-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.1)
13-
- Bump Kotlin version from v1.8.0 to v1.9.21 ([#146](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146))
14-
15-
### Features
16-
17-
- Bump Cocoa SDK from v8.17.1 to v8.17.2 ([#163](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/163))
18-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8172)
19-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.17.2)
20-
10+
- Bump Cocoa SDK from v8.4.0 to v8.17.1 ([#158](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/163))
11+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8172)
12+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.2)
13+
- Bump Kotlin version from v1.8.0 to v1.9.21 ([#146](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146)
14+
2115
## 0.3.0
2216

2317
### Features

sentry-samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This contains three samples of Kotlin Multiplatform projects showcasing the Sent
77
- Sample 3: Android with Jetpack Compose, iOS with SwiftUI and MVVM and Dependency Injection with [Koin](https://insert-koin.io/)
88

99
## Getting Started
10-
> All samples are configured as sub-projects. You need to open the root project in Android Studio and sync the gradle files.
10+
> All samples are configured as sub-projects. Open the root project in Android Studio and sync the gradle files.
1111
1212
### Requirements
1313
- Xcode (for iOS)

sentry-samples/kmp-app-cocoapods/shared/src/commonMain/kotlin/sample.kmp.app/LoginImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ object LoginImpl {
1212
/**
1313
* login() throws a either checked InvalidUsernameException
1414
* or an IllegalArgumentException that crashes the app.
15-
*
1615
*/
1716
fun login(username: String? = null) {
1817
try {

0 commit comments

Comments
 (0)