Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrhoyt committed Jan 2, 2017
1 parent b2133fd commit 7e3e629
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.6.0: Table Service

##### Breaking

* `TextTableColumn.width` was refactored to `TextTableColumn.width()` to better
reflect the O(n) complexity of calculating this value.
* `TextTableObject` was renamed to `TextTableRepresentable`.
Expand Down
2 changes: 1 addition & 1 deletion SwiftyTextTable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "SwiftyTextTable"
s.version = "0.5.0"
s.version = "0.6.0"
s.summary = "A lightweight Swift library for generating text tables."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7e3e629

Please sign in to comment.