Skip to content

Commit 74661cf

Browse files
[HEAP-50024] 0.5.0 Release (#139)
1 parent 3aea895 commit 74661cf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

16+
## [0.5.0]
17+
1618
### Fixed
1719

1820
- Fixed crash on `Heap.attachWebView` when called twice on the same web view prior to iOS 15.
@@ -137,7 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137139
- Support for manual capture within WKWebView.
138140
- Support for platforms targeting Swift: macOS, watchOS, iOS, iPadOS, tvOS.
139141

140-
[Unreleased]: https://github.com/heap/heap-swift-core-sdk/compare/0.4.0...main
142+
[Unreleased]: https://github.com/heap/heap-swift-core-sdk/compare/0.5.0...main
143+
[0.5.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.4.0...0.5.0
141144
[0.4.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.1...0.4.0
142145
[0.3.1]: https://github.com/heap/heap-swift-core-sdk/compare/0.3.0...0.3.1
143146
[0.3.0]: https://github.com/heap/heap-swift-core-sdk/compare/0.2.1...0.3.0

Development/Sources/HeapSwiftCore/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct Version {
55
static let major = 0
66

77
/// Minor version.
8-
static let minor = 4
8+
static let minor = 5
99

1010
/// Revision number.
1111
static let revision = 0

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.4.0'
3+
s.version = '0.5.0'
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)