Skip to content

Commit 2d1e985

Browse files
committed
1.2.6
1 parent 35df72c commit 2d1e985

File tree

28 files changed

+2834
-16253
lines changed

28 files changed

+2834
-16253
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.2.8 - 2024-06-24
8+
9+
### Fixed
10+
- onFrame Memory Leak
11+
- BodyPoseClassifier leak
12+
713
## v1.2.5 - 2023-10-24
814

915
### Fixed

QuickPoseCamera.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 = 'QuickPoseCamera'
3-
s.version = '1.2.5'
3+
s.version = '1.2.8'
44
s.summary = 'QuickPoseCamera'
55
s.homepage = 'https://quickpose.ai'
66
s.authors = 'QuickPose.ai'

QuickPoseCore.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 = 'QuickPoseCore'
3-
s.version = '1.2.5'
3+
s.version = '1.2.8'
44
s.summary = 'QuickPoseCore'
55
s.homepage = 'https://quickpose.ai'
66
s.authors = 'QuickPose.ai'

QuickPoseCore.xcframework/ios-arm64/QuickPoseCore.framework/Headers/QuickPoseCore-Swift.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
3+
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
44
#ifndef QUICKPOSECORE_SWIFT_H
55
#define QUICKPOSECORE_SWIFT_H
66
#pragma clang diagnostic push
@@ -437,6 +437,8 @@ SWIFT_CLASS("_TtC13QuickPoseCore9QuickPose")
437437

438438

439439

440+
441+
440442
#endif
441443
#if __has_attribute(external_source_symbol)
442444
# pragma clang attribute pop
Binary file not shown.

0 commit comments

Comments
 (0)