Skip to content

Commit 82f5452

Browse files
Releasing 0.8.7
1 parent 411add8 commit 82f5452

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.7]
9+
10+
### Changed
11+
12+
- SDK is now built with Xcode 16.0.
13+
- Internal improvements for autocapture.
14+
815
## [0.8.6]
916

1017
### Changed

HeapSwiftCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HeapSwiftCore'
3-
s.version = '0.8.6'
3+
s.version = '0.8.7'
44
s.summary = 'The core Heap library used for apps on Apple platforms.'
55
s.homepage = 'https://docs.contentsquare.com/ios'
66
s.author = { 'Contentsquare' => '[email protected]' }

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ let package = Package(
3030
),
3131
.binaryTarget(
3232
name: "HeapSwiftCore",
33-
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.6/package.zip",
34-
checksum: "ed0fe3c48652820ca5b5754d5571041fa136092063e958cc08d01c9fed9e3eec"
33+
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.7/package.zip",
34+
checksum: "0b78adbce272f343aa1a0b1467a057b0163de9953d5d387a81806d0ec72484bf"
3535
)
3636
],
3737
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)