Skip to content

Commit

Permalink
Bump version to 4.0.2. Update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Feb 7, 2017
1 parent d9adc88 commit 9a603e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BTree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'BTree'
spec.version = '4.0.1'
spec.version = '4.0.2'
spec.osx.deployment_target = "10.9"
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Unreleased changes on master
# 4.0.2 (2017-02-07)

- [Issue #5][issue5]: Add a benchmark suite
This release contains the following changes:

- BTree now compiles in Swift 3.1.
- [Issue #5][issue5]: There is a new `PerformanceTests` target in the Xcode project containing some simple benchmarks. This facility is experimental and may be replaced later.
- (Xcode project) The macOS deployment target was corrected to 10.9. Previously it was set at 10.11 by mistake.
- (Xcode project) The build number is now correctly set in the tvOS framework.
- (Xcode project) Code signing has been disabled, following Xcode 8 best practices.

[issue5]: https://github.com/lorentey/BTree/issues/5

# 4.0.1 (2016-11-08)

Expand Down
4 changes: 2 additions & 2 deletions version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Increment the build number whenever you modify the version string.
VERSION_STRING = 4.0.1
BUILD_NUMBER = 10
VERSION_STRING = 4.0.2
BUILD_NUMBER = 11

0 comments on commit 9a603e5

Please sign in to comment.