Skip to content

Commit

Permalink
Releasing 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
build-heap committed Oct 17, 2023
1 parent b236f4a commit bd0183d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0]

### Fixed

- Fixed a bug where Heap could remove action listeners on custom subclasses of `UIControl`, when
the target of the action listener was the control.
([heap/heap-ios-autocapture-sdk#2](https://github.com/heap/heap-ios-autocapture-sdk/issues/2))

- Fixed a bug where pageview view controller names did not reflect naming changes made in 0.3.0.

### Added

- Added open `heapText`, `heapTextChildren`, and `heapTextRecursionVisibility`
variables to `UIView` to support overriding **Target Text** on custom views.

## [0.3.0]

### Added
Expand Down Expand Up @@ -75,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Autocapture SDK targeting iOS 13.0+ and Xcode 14.0+.

[0.4.0]: https://github.com/heap/heap-ios-autocapture-sdk/releases/tag/0.4.0
[0.3.0]: https://github.com/heap/heap-ios-autocapture-sdk/releases/tag/0.3.0
[0.2.1]: https://github.com/heap/heap-ios-autocapture-sdk/releases/tag/0.2.1
[0.2.0]: https://github.com/heap/heap-ios-autocapture-sdk/releases/tag/0.2.0
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0'
s.version = '0.4.0'
s.license = { :type => 'MIT' }
s.summary = 'HeapIOSAutocapture is an iOS autocapture library for UIKit-based apps.'
s.homepage = 'https://heap.io'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let package = Package(
]),
.binaryTarget(
name: "HeapIOSAutocaptureImplementation",
url: "https://cdn.heapanalytics.com/ios/heap-ios-autocapture-0.3.0.zip",
checksum: "a7101ee9da63080bf611fd611d4eeb7cfba9ad8deda703e8a0520e3a8efc00fe"
url: "https://cdn.heapanalytics.com/ios/heap-ios-autocapture-0.4.0.zip",
checksum: "d60cec87d6736406f55b53718814a3eed3799995b25193466b6c7e11a99cf391"
),
]
)

0 comments on commit bd0183d

Please sign in to comment.