Skip to content

Commit

Permalink
Releasing 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
build-heap committed Aug 29, 2024
1 parent 93670ae commit edb57b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0]

### Changed

- Bumped the HeapSwiftCore dependency to 0.7.0.

### Changed

## [0.5.0]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions HeapIOSAutocapture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HeapIOSAutocapture'
s.version = '0.5.0'
s.version = '0.7.0'
s.license = { :type => 'MIT' }
s.summary = 'HeapIOSAutocapture is an iOS autocapture library for UIKit-based apps.'
s.homepage = 'https://heap.io'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.cocoapods_version = '>= 1.7.0'

s.dependency 'HeapSwiftCore', '~> 0.3'
s.dependency 'HeapSwiftCore', '~> 0.7'

s.source_files = 'Sources/HeapIOSAutocapture/**/*.swift'
s.vendored_frameworks = 'HeapIOSAutocaptureImplementation.xcframework'
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["HeapIOSAutocapture"])
],
dependencies: [
.package(url: "https://github.com/heap/heap-swift-core-sdk.git", from: "0.5.2"),
.package(url: "https://github.com/heap/heap-swift-core-sdk.git", from: "0.7.0"),
],
targets: [
.target(
Expand All @@ -26,8 +26,8 @@ let package = Package(
]),
.binaryTarget(
name: "HeapIOSAutocaptureImplementation",
url: "https://cdn.heapanalytics.com/ios/heap-ios-autocapture-0.5.0.zip",
checksum: "ba773b99c578054b77596d1c68b197a877246a1b9e691a6f944dd9caa84e2025"
url: "https://cdn.heapanalytics.com/ios/heap-ios-autocapture-0.7.0.zip",
checksum: "67be8b5d189746711b44c379214cdc7aacb836a2afdf07f5d58742f18290e225"
),
]
)
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Heap can be installed using the developer instructions at https://developers.hea

## Dependencies

- HeapIOSAutocapture has one package dependency, [HeapSwiftCore](https://github.com/heap/heap-swift-core-sdk), which handles state
- HeapIOSAutocapture has one package dependency, [HeapSwiftCore], which handles state
management and data uploads.
- HeapIOSAutocapture requires a Swift 5.7 or later toolchain, as packaged in Xcode 14.0 or later.

[HeapSwiftCore]: https://github.com/heap/heap-swift-core-sdk

0 comments on commit edb57b7

Please sign in to comment.