Skip to content

Commit ee5fb05

Browse files
authored
[HEAP-41730] Release 0.1.2 (#88)
1 parent e0ce6c9 commit ee5fb05

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2]
11+
1012
### Changed
1113

1214
- Split out public APIs into a ABI-stable XCFramework to better support heap-ios-autocapture-sdk.
@@ -31,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
- Support for manual capture within WKWebView.
3234
- Support for platforms targeting Swift: macOS, watchOS, iOS, iPadOS, tvOS.
3335

36+
[0.1.2]: https://github.com/heap/heap-swift-core-sdk/compare/0.1.1...0.1.2
3437
[0.1.1]: https://github.com/heap/heap-swift-core-sdk/compare/0.1.0...0.1.1
3538
[0.1.0]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.1.0

Development/Sources/HeapSwiftCore/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct Version {
88
static let minor = 1
99

1010
/// Revision number.
11-
static let revision = 1
11+
static let revision = 2
1212

1313
/// Optional pre-release version
1414
static let prerelease: String? = nil

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.1.1'
3+
s.version = '0.1.2'
44
s.license = { :type => 'MIT' }
55
s.summary = 'The core Heap library used for apps on Apple platforms.'
66
s.homepage = 'https://heap.io'

0 commit comments

Comments
 (0)