Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 10, 2015
1 parent e52efeb commit 116bc3e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AlamofireImage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireImage'
s.version = '1.0.0-beta.1'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'AlamofireImage is an image component library for Alamofire'
s.homepage = 'https://github.com/Alamofire/AlamofireImage'
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'

s.dependency 'Alamofire', '2.0.0-beta.3'
s.dependency 'Alamofire', '2.0.0'
end
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,31 @@ All notable changes to this project will be documented in this file.

#### 1.x Releases

- `1.0.x` Releases - [1.0.0-beta.1](#100-beta1)
- `1.0.x` Releases - [1.0.0](#100)
- `1.0.0` Betas - [1.0.0-beta.1](#100-beta1)

---

## [1.0.0](https://github.com/Alamofire/AlamofireImage/releases/tag/1.0.0)
Released on 2015-09-09.

#### Added
- Initial release of AlamofireImage.
- Added by [Christian Noon](https://github.com/cnoon).

#### Updated
- Alamofire dependency to `~> 2.0` for CocoaPods and Carthage.
- Updated by [Christian Noon](https://github.com/cnoon).
- Alamofire submodule to 2.0.0 release commit.
- Updated by [Christian Noon](https://github.com/cnoon).
- Xcode `APPLICATION_EXTENSION_API_ONLY` to `YES` for iOS and OSX frameworks.
- Updated by [Matt Delves](https://github.com/mattdelves) in Pull Request
[#4](https://github.com/Alamofire/AlamofireImage/pull/4).

#### Fixed
- Issue in `ImageDownloader` where the wrong image was being stored in the image cache.
- Fixed by [Robin Eggenkamp](https://github.com/Edubits) in Pull Request
[#3](https://github.com/Alamofire/AlamofireImage/pull/3).

---

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.0-beta.1</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 116bc3e

Please sign in to comment.