Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit cf32aa4

Browse files
committed
Bump version to 2.5.5 build 10
Also update podspec and changelog
1 parent 752edca commit cf32aa4

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

HockeySDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'HockeySDK'
3-
s.version = '2.5.3'
3+
s.version = '2.5.5'
44
s.license = 'MIT'
55
s.platform = :ios, '4.0'
66
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
77
s.homepage = 'http://hockeyapp.net/'
88
s.author = { 'Andreas Linde' => '[email protected]', 'Thomas Dohmke' => "[email protected]" }
9-
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.3' }
9+
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.5' }
1010

1111
s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \
1212
'It improves the testing process dramatically and can be used for both beta ' \

Support/buildnumber.xcconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BUILD_NUMBER = 9
2-
VERSION_STRING = 2.5.4
3-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4\""
1+
BUILD_NUMBER = 10
2+
VERSION_STRING = 2.5.5
3+
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.5\""

docs/Changelog-template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### Version 2.5.5
2+
3+
- General:
4+
5+
- [BUGFIX] Fix some new compiler warnings
6+
7+
- Crash Reporting:
8+
9+
- [NEW] Add anonymous device ID to crash reports
10+
- [BUGFIX] Move calculation of time interval between startup and crash further up in the code, so delegates can use this information e.g. to add it into a log file
11+
- [BUGFIX] Call delegate also if a crash was detected but could not be read (if handling crashes on startup is implemented)
12+
- [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale
13+
- [BUGFIX] Make sure crash reports incident identifier and key don't have special [] chars and some value
14+
15+
- Updating:
16+
17+
- [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
18+
119
### Version 2.5.4
220

321
- General:

0 commit comments

Comments
 (0)