Skip to content

Commit

Permalink
Bump version to 1.0.0-beta4 and update readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
loudmouth committed Dec 19, 2017
1 parent 4a4571b commit 9470ba8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_SDK_VERSION=1.0.0-beta3
CONTENTFUL_SDK_VERSION=1.0.0-beta4
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export CONTENFUL_SDK_VERSION=1.0.0-beta3
export CONTENFUL_SDK_VERSION=1.0.0-beta4
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from
## Table of contents

#### 1.x Releases
- `1.0.0-betax` Releases - [1.0.0-beta1](#100-beta1) | [1.0.0-beta2](#100-beta2) | [1.0.0-beta3](#100-beta3)
- `1.0.0-betax` Releases - [1.0.0-beta1](#100-beta1) | [1.0.0-beta2](#100-beta2) | [1.0.0-beta3](#100-beta3) | [1.0.0-beta4](#100-beta4)

#### 0.x Releases
- `0.10.x` Releases - [0.11.0](#0110)
Expand All @@ -25,6 +25,15 @@ This project adheres to [Semantic Versioning](http://semver.org/) starting from

---

## [`1.0.0-beta4`](https://github.com/contentful/contentful.swift/releases/tag/1.0.0-beta4)
Released on 2017-12-19

#### Fixed
- Accessibility identifiers for the `width` and `height` properties of the `ImageInfo` for an `Asset` are now public so they can be used. Thanks to [@ErikLuimes](https://github.com/ErikLuimes) for the pull request: [#157](https://github.com/contentful/contentful.swift/pull/157)
- The `Location` type is now an Objective-C class so that it may be stored in CoreData as an attribute on an `NSManagedObject`

---

## [`1.0.0-beta3`](https://github.com/contentful/contentful.swift/releases/tag/1.0.0-beta3)
Released on 2017-11-27

Expand Down
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_SDK_VERSION=1.0.0-beta3
CONTENTFUL_SDK_VERSION=1.0.0-beta4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pod 'Contentful'
You can specify a specific version of Contentful depending on your needs. To learn more about operators for dependency versioning within a Podfile, see the [CocoaPods doc on the Podfile][7].

```ruby
pod 'Contentful', '~> 1.0.0-beta3'
pod 'Contentful', '~> 1.0.0-beta4'
```

Note that for Swift 3 support (contentful.swift versions [`0.3.0` - `0.9.3`]) you will need to add a post-install script to your Podfile if installing with Cocoapods:
Expand All @@ -154,7 +154,7 @@ end
You can also use [Carthage][8] for integration by adding the following to your `Cartfile`:

```
github "contentful/contentful.swift" ~> 1.0.0-beta3
github "contentful/contentful.swift" ~> 1.0.0-beta4
```

## License
Expand Down

0 comments on commit 9470ba8

Please sign in to comment.