diff --git a/AblyLiveObjects.xcworkspace/xcshareddata/swiftpm/Package.resolved b/AblyLiveObjects.xcworkspace/xcshareddata/swiftpm/Package.resolved index a45cc684..96e0cc97 100644 --- a/AblyLiveObjects.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/AblyLiveObjects.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ably/ably-cocoa.git", "state" : { - "revision" : "83bb5366b09408723446d8ba8a146938eeba829e", - "version" : "1.2.59" + "revision" : "0effa5c10a130762dba16ba391a8296755a11014", + "version" : "1.2.62" } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index c51b7482..d95ced66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [0.4.1](https://github.com/ably/ably-liveobjects-swift-plugin/tree/0.4.1) + +**This is the final release of this package.** This package is deprecated and there will be no further releases from this repository: the LiveObjects plugin is now developed, versioned and released from the [ably-cocoa](https://github.com/ably/ably-cocoa) repository, as the `AblyLiveObjects` product of the ably-cocoa package (as of ably-cocoa 1.3.0). See the deprecation notice in the README (https://github.com/ably/ably-liveobjects-swift-plugin/pull/137) for details. + +- Restrict the ably-cocoa dependency to versions `1.2.59` through `1.2.62` — the ably-cocoa versions compatible with this standalone plugin. This ensures that if you depend on this plugin, SwiftPM keeps resolving the last working plugin/ably-cocoa pair, and a deliberate bump of ably-cocoa past `1.2.62` produces a clear version conflict naming this plugin as the blocker rather than a confusing build failure. To use LiveObjects with ably-cocoa 1.3.0 or later, remove this package and use the `AblyLiveObjects` product of the ably-cocoa package instead (the module name and API are unchanged). + +**Full Changelog**: https://github.com/ably/ably-liveobjects-swift-plugin/compare/0.4.0...0.4.1 + ## [0.4.0](https://github.com/ably/ably-liveobjects-swift-plugin/tree/0.4.0) ### Operations are now applied on acknowledgement diff --git a/Package.resolved b/Package.resolved index 95a94902..086fd67a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "263b1ea0fd786ff1456ebaef26e6b6baa0f018c0154cf2929eaa91abb0b54061", + "originHash" : "0b2aa3483dd487db5986181563ce23d0bf0a8fff958cff346d7b6eaa00551761", "pins" : [ { "identity" : "ably-cocoa", "kind" : "remoteSourceControl", "location" : "https://github.com/ably/ably-cocoa.git", "state" : { - "revision" : "83bb5366b09408723446d8ba8a146938eeba829e", - "version" : "1.2.59" + "revision" : "0effa5c10a130762dba16ba391a8296755a11014", + "version" : "1.2.62" } }, { diff --git a/Package.swift b/Package.swift index 982af18d..cde29486 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/ably/ably-cocoa.git", - from: "1.2.59", + "1.2.59" ... "1.2.62", ), .package( url: "https://github.com/ably/ably-cocoa-plugin-support",