Skip to content

Commit

Permalink
Merge pull request #209 from BoltsFramework/nlutsenko.151
Browse files Browse the repository at this point in the history
Bolts 1.5.1 馃敥
  • Loading branch information
nlutsenko committed Dec 30, 2015
2 parents 01a3ebe + 54ee7ca commit 35c683c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Bolts.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Bolts'
s.version = '1.5.0'
s.version = '1.5.1'
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
s.description = <<-DESC
Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account.
Expand Down
2 changes: 1 addition & 1 deletion Bolts/Common/BoltsVersion.h
@@ -1 +1 @@
#define BOLTS_VERSION @"1.5.0"
#define BOLTS_VERSION @"1.5.1"
4 changes: 2 additions & 2 deletions Bolts/Resources/Mac-Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Bolts/Resources/iOS-Info.plist
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -22,7 +22,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Bolts/Resources/tvOS-Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Bolts/Resources/watchOS-Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.0</string>
<string>1.5.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Bolts CHANGELOG

## 1.5.1

**New**
- Bolts is now compatible with [Carthage](https://github.com/carthage/carthage) on all platforms (iOS, OS X, watchOS, tvOS).
[#168](https://github.com/BoltsFramework/Bolts-iOS/pull/168)
by [lucasderraugh](https://github.com/lucasderraugh)
[#206](https://github.com/BoltsFramework/Bolts-iOS/pull/206)
by [nlutsenko](https://github.com/nlutsenko)

**Improved**
- Most executor types will create and drain an autorelease pool for each individual task.
[#202](https://github.com/BoltsFramework/Bolts-iOS/pull/206) by [richardjrossiii](https://github.com/richardjrossiii)

## 1.5.0
**New**
- Bolts Tasks now have nullability annotations. #161
Expand Down

0 comments on commit 35c683c

Please sign in to comment.