Skip to content

Commit

Permalink
feat: release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GIOSDK committed May 30, 2024
1 parent 9979582 commit a0832b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.4.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.3.0...4.4.0) (2024-05-30)


### Bug Fixes

* visionOS support via Cocoapods ([#317](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/317)) ([9ab87ec](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/9ab87ec8fc3710e2d7574afd84aa8ccd214a1116))


### Features

* release 4.3.1 ([8841a35](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/8841a3535af21570885f7f203b85cac87e7ab5e7))



# [4.3.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.2.0...4.3.0) (2024-05-07)


Expand All @@ -15,6 +29,7 @@

* add set dynamic generalProps generator ([#308](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/308)) ([bec7290](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/bec729034d12467fa97fa101e5bb3e32cb133021))
* data validity period ([#310](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/310)) ([a52fefa](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/a52fefa7a7bf7a3590c49c501f193449aa94f631))
* release 4.3.0 ([da7c57c](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/da7c57cc69c6c6d89ab5e9eda1cd6bf88b8e63e1))
* watchOS/tvOS/visionOS/SwiftUI support ([#300](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/300)) ([0ef1b26](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0ef1b260915febb12b080edac0f5b13e08b1e592))


Expand Down Expand Up @@ -68,12 +83,3 @@



# [4.0.0-beta.2](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.0.0-beta.1...4.0.0-beta.2) (2023-10-26)


### Bug Fixes

* rename advert to ads ([#289](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/289)) ([0627a3a](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0627a3a0b19a24c774c3a5153facf16bdc11fe6c))



2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '4.3.0'
s.version = '4.4.0'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
4 changes: 2 additions & 2 deletions GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"4.3.0";
const int GrowingTrackerVersionCode = 40300;
NSString *const GrowingTrackerVersionName = @"4.4.0";
const int GrowingTrackerVersionCode = 40400;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit a0832b9

Please sign in to comment.