Skip to content

Commit

Permalink
Bump version to 4.0.1; update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Nov 8, 2016
1 parent e99613b commit ba70ac0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0'
spec.version = '4.0.1'
spec.osx.deployment_target = "10.9"
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.author = 'Károly Lőrentey'
spec.homepage = 'https://github.com/lorentey/BTree'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v4.0.0' }
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v4.0.1' }
spec.source_files = 'Sources/*.swift'
spec.social_media_url = 'https://twitter.com/lorentey'
spec.documentation_url = 'http://lorentey.github.io/BTree/api/'
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

- None so far.

# 4.0.1 (2016-11-08)

This is a quick bugfix release restoring support for the Swift Package Manager. It includes no source-level changes.

#### Bug Fixes

- [Issue #23][issue23]: BTree is not buildable with the Swift Package Manager

[issue23]: https://github.com/lorentey/BTree/issues/21

# 4.0.0 (2016-11-07)

This is a major release incorporating API-breaking changes. It also includes fixes for several high-severity bugs uncovered while working on new features, so this is a highly recommended upgrade.
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.0
BUILD_NUMBER = 9
VERSION_STRING = 4.0.1
BUILD_NUMBER = 10

0 comments on commit ba70ac0

Please sign in to comment.