Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 8, 2016
1 parent 30ccad2 commit 8c526eb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AlamofireNetworkActivityIndicator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireNetworkActivityIndicator'
s.version = '1.0.1'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'Controls the visibility of the network activity indicator on iOS using Alamofire'
s.homepage = 'https://github.com/Alamofire/AlamofireNetworkActivityIndicator'
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,32 @@ All notable changes to this project will be documented in this file.

#### 1.x Releases

- `1.1.x` Releases - [1.1.0](#110)
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101)

---

## [1.1.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/1.1.0)
Released on 2016-09-08. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues?utf8=✓&q=milestone%3A1.1.0).

#### Updated
- The build status badge in the README now only reports the status of the `master` branch.
- Updated by [Christian Noon](https://github.com/cnoon).
- The source, test and example code along with project settings to support Swift 2.2
and Swift 2.3 simultaneously.
- Updated by [Christian Noon](https://github.com/cnoon).
- Updated the travis yaml file for Swift 2.3 and the new OS target versions.
- Updated by [Christian Noon](https://github.com/cnoon).
- Updated the Cartfile and Alamofire submodule to the 3.5.0 release.
- Updated by [Christian Noon](https://github.com/cnoon).
- Updated Xcode project settings based on Xcode 8 GM recommendations.
- Updated by [Christian Noon](https://github.com/cnoon).
- Code coverage generation is now disabled on framework targets to improve stability.
- Updated by [Christian Noon](https://github.com/cnoon).

---

## [1.0.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/1.0.1)
Released on 2016-03-23. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues?utf8=✓&q=milestone%3A1.0.1).
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Controls the visibility of the network activity indicator on iOS using Alamofire

- iOS 8.0+
- Xcode 7.3+
- Swift 2.2 or 2.3

## Dependencies

- [Alamofire 3.3+](https://github.com/Alamofire/Alamofire)
- [Alamofire 3.5+](https://github.com/Alamofire/Alamofire)

## Communication

Expand All @@ -43,16 +44,16 @@ Controls the visibility of the network activity indicator on iOS using Alamofire
$ gem install cocoapods
```

> CocoaPods 0.39.0+ is required.
> CocoaPods 1.0.0+ is required.
To integrate AlamofireNetworkActivityIndicator into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
platform :ios, '10.0'
use_frameworks!

pod 'AlamofireNetworkActivityIndicator', '~> 1.0'
pod 'AlamofireNetworkActivityIndicator', '~> 1.1'
```

Then, run the following command:
Expand All @@ -75,7 +76,7 @@ $ brew install carthage
To integrate AlamofireNetworkActivityIndicator into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Alamofire/AlamofireNetworkActivityIndicator" ~> 1.0
github "Alamofire/AlamofireNetworkActivityIndicator" ~> 1.1
```

---
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8c526eb

Please sign in to comment.