Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonosh committed Jun 25, 2024
1 parent 35df72c commit 2d1e985
Show file tree
Hide file tree
Showing 28 changed files with 2,834 additions and 16,253 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.2.8 - 2024-06-24

### Fixed
- onFrame Memory Leak
- BodyPoseClassifier leak

## v1.2.5 - 2023-10-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion QuickPoseCamera.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QuickPoseCamera'
s.version = '1.2.5'
s.version = '1.2.8'
s.summary = 'QuickPoseCamera'
s.homepage = 'https://quickpose.ai'
s.authors = 'QuickPose.ai'
Expand Down
2 changes: 1 addition & 1 deletion QuickPoseCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QuickPoseCore'
s.version = '1.2.5'
s.version = '1.2.8'
s.summary = 'QuickPoseCore'
s.homepage = 'https://quickpose.ai'
s.authors = 'QuickPose.ai'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef QUICKPOSECORE_SWIFT_H
#define QUICKPOSECORE_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -437,6 +437,8 @@ SWIFT_CLASS("_TtC13QuickPoseCore9QuickPose")





#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
Expand Down
Binary file not shown.
Loading

0 comments on commit 2d1e985

Please sign in to comment.