Skip to content

Commit

Permalink
Merge pull request #9 from mogstad/release
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
mogstad committed Dec 21, 2015
2 parents 3f1915c + 31e880f commit 7a8cf25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Bankside.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bankside",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"summary": "Simple fixture generation tool for your tests",
"homepage": "https://github.com/mogstad/Bankside",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/mogstad/bankside.git",
"tag": "v0.2.0"
"tag": "v0.3.0"
},
"platforms": {
"ios": "8.0",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

`Bankside` adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2015-12-21

### Changed
- Options can now only be booleans
- `sequence` is now globally unique. The same integere will not be returned
even in another factory.

## [0.2.0] - 2015-10-11

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Requirements:

### [Carthage](https://github.com/carthage/carthage)

1. Add `github "mogstad/bankside" ~> 0.1.0` to “Cartfile.private”
1. Add `github "mogstad/bankside" ~> 0.3.0` to “Cartfile.private”
2. Run `carthage update`
3. Link Bankside with your test target
4. Create a new “Copy files” build phases, set ”Destination” to ”Frameworks”, add Bankside
Expand All @@ -90,7 +90,7 @@ Requirements:
Update your podfile:

1. Add `use_frameworks!` to your pod file[^1]
2. Add `pod "Bankside", :podspec => "https://raw.github.com/mogstad/bankside/0.1.0/Bankside.podspec"` to your testing target
2. Add `pod "Bankside", "~> 0.3.0"` to your testing target
3. Update your dependencies by running `pod install`

[^1]:
Expand Down

0 comments on commit 7a8cf25

Please sign in to comment.