Skip to content

Commit efe502c

Browse files
authored
Merge pull request #37 from tonystone/update-release-version
Updating version and CHANGELOG.md for release 2.0.2.
2 parents 332b42a + 2ceb9d2 commit efe502c

File tree

43 files changed

+942
-803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+942
-803
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Change Log
22
All significant changes to this project will be documented in this file.
33

4-
## [2.0.2]
5-
Not yet released publicly
4+
## [2.0.2](https://github.com/tonystone/tracelog/tree/2.0.2)
65

76
#### Added
87
- Added required tests to bring coverage back to 100%.
98

109
#### Updated
1110
- Deprecated TLLogger.configure and TLLogger.configureWithEnvironment. Use TraceLog.configure in swift instead.
11+
- Changed Vagrant file to include libpython2.7 required for Swift REPL.
12+
13+
#### Fixed
14+
- Removed unnecessary String with formatters call that can result in a crash if the interpolated string includes formatter options that the String(format:) function will never have matching parameters for.
1215

1316
## [2.0.1](https://github.com/tonystone/tracelog/tree/2.0.1)
1417
Released on 2016-10-16.

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- TraceLog (2.0.1):
3-
- TraceLog/Swift (= 2.0.1)
4-
- TraceLog/ObjC (2.0.1):
2+
- TraceLog (2.0.2):
3+
- TraceLog/Swift (= 2.0.2)
4+
- TraceLog/ObjC (2.0.2):
55
- TraceLog/Swift
6-
- TraceLog/Swift (2.0.1)
6+
- TraceLog/Swift (2.0.2)
77

88
DEPENDENCIES:
99
- TraceLog (from `../`)
@@ -14,8 +14,8 @@ EXTERNAL SOURCES:
1414
:path: "../"
1515

1616
SPEC CHECKSUMS:
17-
TraceLog: 37035b5d79653592f949a8cd50ec044a45d6dfc1
17+
TraceLog: 725ba4a16c396ded7ed741e3d5ed197e62dca3cc
1818

1919
PODFILE CHECKSUM: 10a66da3bc54dbcbcd85c8afdf23a3b47a5884be
2020

21-
COCOAPODS: 1.1.0.rc.3
21+
COCOAPODS: 1.2.0

Example/Pods/Local Podspecs/TraceLog.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 766 additions & 762 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-TraceLog-OSX-Tests/Pods-TraceLog-OSX-Tests-frameworks.sh

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-TraceLog-OSX-Tests/Pods-TraceLog-OSX-Tests-resources.sh

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-TraceLog-OSX-Tests/Pods-TraceLog-OSX-Tests-umbrella.h

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-TraceLog-OSX-Tests/Pods-TraceLog-OSX-Tests.debug.xcconfig

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-TraceLog-OSX-Tests/Pods-TraceLog-OSX-Tests.release.xcconfig

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)