Skip to content

Commit 8b4cb48

Browse files
authored
[HEAP-46031] Release 0.3.1 (#119)
1 parent 183aa60 commit 8b4cb48

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414
## [Unreleased]
1515

16+
## [0.3.1]
17+
18+
### Fixed
19+
20+
- Fixed code signing on macOS. The issue was caused by the HeapSwiftCoreInterfaces zip file not
21+
preserving symlinks.
22+
1623
### Added
1724

1825
- Exposed `+[HeapSourceInfo sourceInfoWithName:version:platform:properties:]` and
@@ -80,6 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8087
- Support for manual capture within WKWebView.
8188
- Support for platforms targeting Swift: macOS, watchOS, iOS, iPadOS, tvOS.
8289

90+
[Unreleased]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.1...main
91+
[0.3.1]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.0...0.3.1
8392
[0.3.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.2.1...0.3.0
8493
[0.2.1]: https://github.com/heap/heap-swift-core-sdk/compare/0.2.0...0.2.1
8594
[0.2.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.1.2...0.2.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 = 3
99

1010
/// Revision number.
11-
static let revision = 0
11+
static let revision = 1
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.3.0'
3+
s.version = '0.3.1'
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)