diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..c78ac8d --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,3 @@ +issues=true +issues-wo-labels=false +exclude_labels=duplicate,question,wontfix,discussion,needs more info,backend,cocoapods,off topic,product usage diff --git a/Bolts-Swift.podspec b/Bolts-Swift.podspec index 54fbbc4..082df8c 100644 --- a/Bolts-Swift.podspec +++ b/Bolts-Swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Bolts-Swift' - s.version = '1.0.1' + s.version = '1.1.0' s.license = { :type => 'BSD' } s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.' s.homepage = 'https://github.com/BoltsFramework' diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1c32e6c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +# Change Log + +## [1.1.0](https://github.com/BoltsFramework/Bolts-Swift/tree/1.1.0) (2016-05-03) +[Full Changelog](https://github.com/BoltsFramework/Bolts-Swift/compare/1.0.1...1.1.0) + +**Implemented enhancements:** + +- Add ability to throw errors in all Task continuations that return a Task. [\#14](https://github.com/BoltsFramework/Bolts-Swift/pull/14) ([nlutsenko](https://github.com/nlutsenko)) +- Improve and add missing documentation. [\#10](https://github.com/BoltsFramework/Bolts-Swift/pull/10) ([nlutsenko](https://github.com/nlutsenko)) + +**Fixed bugs:** + +- Fix usage of CancelledError, add tests for error handling inside tasks. [\#13](https://github.com/BoltsFramework/Bolts-Swift/pull/13) ([nlutsenko](https://github.com/nlutsenko)) + +**Merged pull requests:** + +- Add more tests and fix documentation. [\#12](https://github.com/BoltsFramework/Bolts-Swift/pull/12) ([nlutsenko](https://github.com/nlutsenko)) +- Use Xcode 7.3 for Travis-CI. [\#11](https://github.com/BoltsFramework/Bolts-Swift/pull/11) ([nlutsenko](https://github.com/nlutsenko)) + +## [1.0.1](https://github.com/BoltsFramework/Bolts-Swift/tree/1.0.1) (2016-03-24) +[Full Changelog](https://github.com/BoltsFramework/Bolts-Swift/compare/1.0.0...1.0.1) + +**Implemented enhancements:** + +- Make tests less flaky and be able to run under Swift 2.2/Xcode 7.3. [\#1](https://github.com/BoltsFramework/Bolts-Swift/pull/1) ([nlutsenko](https://github.com/nlutsenko)) + +**Fixed bugs:** + +- Task never completes [\#5](https://github.com/BoltsFramework/Bolts-Swift/issues/5) +- Fix optimized away TaskCompletionSource non-try methods. [\#7](https://github.com/BoltsFramework/Bolts-Swift/pull/7) ([nlutsenko](https://github.com/nlutsenko)) + +**Merged pull requests:** + +- Bolts 1.0.1 🔩 [\#9](https://github.com/BoltsFramework/Bolts-Swift/pull/9) ([nlutsenko](https://github.com/nlutsenko)) +- Add tests for release configuration in addition to Debug one. [\#8](https://github.com/BoltsFramework/Bolts-Swift/pull/8) ([nlutsenko](https://github.com/nlutsenko)) +- Use common expectation wait method in tests. [\#6](https://github.com/BoltsFramework/Bolts-Swift/pull/6) ([nlutsenko](https://github.com/nlutsenko)) +- README: Fix syntax in example code. [\#4](https://github.com/BoltsFramework/Bolts-Swift/pull/4) ([Lukas-Stuehrk](https://github.com/Lukas-Stuehrk)) +- Fix typo in README. [\#3](https://github.com/BoltsFramework/Bolts-Swift/pull/3) ([Lukas-Stuehrk](https://github.com/Lukas-Stuehrk)) +- Fix typos in README [\#2](https://github.com/BoltsFramework/Bolts-Swift/pull/2) ([richardjrossiii](https://github.com/richardjrossiii)) + +## [1.0.0](https://github.com/BoltsFramework/Bolts-Swift/tree/1.0.0) (2016-03-17) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/Sources/Info.plist b/Sources/Info.plist index 7c9a40b..dc640d4 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.1.0 CFBundleSignature ???? CFBundleVersion - 1.0.1 + 1.1.0 NSPrincipalClass