Skip to content

Commit

Permalink
feat: release 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Sep 20, 2022
1 parent 17c1caa commit 1a8f31f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [3.4.3](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.2-hotfix.1...3.4.3) (2022-09-20)


### Features

* track timer ([be62b64](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/be62b64c8117374abb8129963cfc9a246a72d34c))
* 废弃 WithAttributesBuilder 相关接口 ([17c1caa](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/17c1caa3f6a4f574c45ed77a46efcee59614ba52))

## [3.4.2-hotfix.1](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.2...3.4.2-hotfix.1) (2022-08-12)


### Bug Fixes

* 系统库文件如 sqlite3.h 应使用尖括号导入,而不是引号 ([a66aea8](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/a66aea875111ac90d8fa3d3367b2292f45b2fe91))

## [3.4.2](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.1...3.4.2) (2022-08-09)


Expand Down
2 changes: 1 addition & 1 deletion GrowingAnalytics-cdp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics-cdp'
s.version = '3.4.3-beta'
s.version = '3.4.3'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics-cdp基于GrowingAnalytics,同样具备自动采集基本的用户行为事件,比如访问和行为数据等。
Expand Down
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 = '3.4.3-beta'
s.version = '3.4.3'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
2 changes: 1 addition & 1 deletion GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#import "GrowingTrackerCore/Event/GrowingEventManager.h"
#import "GrowingTrackerCore/Timer/GrowingEventTimer.h"

NSString *const GrowingTrackerVersionName = @"3.4.3-beta";
NSString *const GrowingTrackerVersionName = @"3.4.3";
const int GrowingTrackerVersionCode = 30403;

@interface GrowingRealTracker ()
Expand Down

0 comments on commit 1a8f31f

Please sign in to comment.