Skip to content

Commit

Permalink
PubNub SDK 0.9.1-dev release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot authored and jguz-pubnub committed Dec 5, 2024
1 parent 64fb110 commit 61b4c72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions PubNubSwiftChatSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion Sources/Miscellaneous/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

import Foundation

let pubNubSwiftChatSDKVersion: String = "0.9.0"
let pubNubSwiftChatSDKVersion: String = "0.9.1"

0 comments on commit 61b4c72

Please sign in to comment.