Skip to content

Commit

Permalink
Update Changelog and Readme for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrhoyt committed Sep 14, 2016
1 parent b00b4a7 commit 1348958
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

##### Breaking

* None

##### Enhancements

* None

##### Bug Fixes

* None

## 0.5.0: Heading In The Right Direction

##### Breaking

* `TableObject.tableHeaders` was rename `TableObject.columnHeaders` for clarity.

##### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
name: "YOUR_PROJECT_NAME",
targets: [],
dependencies: [
.Package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", "0.4.0")
.Package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", "0.5.0")
]
)
```
Expand Down

0 comments on commit 1348958

Please sign in to comment.