Skip to content

Commit 387ff4a

Browse files
committed
Merge pull request #104 from BoltsFramework/nlutsenko.release.010200
Release 1.2.0
2 parents ba2bc36 + 4b60572 commit 387ff4a

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

Bolts.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Bolts"
3-
s.version = "1.1.5"
3+
s.version = "1.2.0"
44
s.summary = "Bolts is a collection of low-level libraries designed to make developing mobile apps easier."
55
s.description = <<-DESC
66
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.

Bolts/Common/BoltsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define BOLTS_VERSION @"1.1.5"
1+
#define BOLTS_VERSION @"1.2.0"

Bolts/Resources/Mac-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.5</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.1.5</string>
22+
<string>1.2.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Bolts/Resources/iOS-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.1.5</string>
16+
<string>1.2.0</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
@@ -22,7 +22,7 @@
2222
<string>iPhoneOS</string>
2323
</array>
2424
<key>CFBundleVersion</key>
25-
<string>1.1.5</string>
25+
<string>1.2.0</string>
2626
<key>MinimumOSVersion</key>
2727
<string>5.0</string>
2828
</dict>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Bolts CHANGELOG
22

3+
## 1.2.0
4+
- Added: `BFCancellationToken`, `BFCancellationTokenSource`, `BFCancellationTokenRegistration`
5+
- Updated: `BFTask` APIs to have methods that accept `BFCancellationToken` as an argument.
6+
- Documentation updates and small bug fixes.
7+
38
## 1.1.5
49
- Better subclassing support for `BFTask`, `BFTaskCompletionSource`, `BFExecutor`.
510
- Improved `taskForCompletionOfAllTasks:` to check for `error`/`exception` before cancelling a task.

0 commit comments

Comments
 (0)