From 61b4c725adaae5482efd7cee2bd1bd8c1fab9f45 Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:59:41 +0000 Subject: [PATCH] PubNub SDK 0.9.1-dev release. --- .pubnub.yml | 11 +++++++++-- PubNubSwiftChatSDK.xcodeproj/project.pbxproj | 4 ++-- Sources/Miscellaneous/Constants.swift | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index ca863d2..a76d2c8 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,9 +1,16 @@ --- name: swift-chat-sdk scm: github.com/pubnub/swift-chat-sdk -version: "0.9.0" +version: "0.9.1" schema: 1 changelog: + - date: 2024-12-05 + version: 0.9.1 + changes: + - type: feature + text: "Add third-party dependencies due to Kotlin Multiplatform usage." + - type: bug + text: "Add missing userSuggestionSource property." - date: 2024-11-06 version: 0.9.0 changes: @@ -44,7 +51,7 @@ sdks: - distribution-type: source distribution-repository: GitHub release package-name: PubNubSwiftChatSDK - location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.9.0-dev.zip + location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.9.1-dev.zip supported-platforms: supported-operating-systems: iOS: diff --git a/PubNubSwiftChatSDK.xcodeproj/project.pbxproj b/PubNubSwiftChatSDK.xcodeproj/project.pbxproj index 2570120..7c14cfc 100644 --- a/PubNubSwiftChatSDK.xcodeproj/project.pbxproj +++ b/PubNubSwiftChatSDK.xcodeproj/project.pbxproj @@ -729,7 +729,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 0.9.0; + MARKETING_VERSION = 0.9.1; MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS"; @@ -778,7 +778,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 0.9.0; + MARKETING_VERSION = 0.9.1; MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS"; diff --git a/Sources/Miscellaneous/Constants.swift b/Sources/Miscellaneous/Constants.swift index 9a24f43..7f7a511 100644 --- a/Sources/Miscellaneous/Constants.swift +++ b/Sources/Miscellaneous/Constants.swift @@ -10,4 +10,4 @@ import Foundation -let pubNubSwiftChatSDKVersion: String = "0.9.0" +let pubNubSwiftChatSDKVersion: String = "0.9.1"