Skip to content

Commit

Permalink
Preparing 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Nov 6, 2017
1 parent df0deb2 commit a98d841
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ N/A

N/A

## [1.5.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/1.4.0) (06-11-2017)


#### Enhancements

- Swift 4 and Xcode 9 support

## [1.4.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/1.4.0) (11-09-2016)

#### API breaking changes
Expand Down Expand Up @@ -71,4 +78,4 @@ N/A

## [1.0.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/1.0.0) (27/03/2016)

First version
First version
2 changes: 1 addition & 1 deletion FittableFontLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|

s.name = "FittableFontLabel"
s.module_name = "FittableFontLabel"
s.version = "1.4.0"
s.version = "1.5.0"
s.summary = "UILabel (extension) that adjust the font size to fit a rect (width and height)."
s.description = "UILabel (extension or subclass) that adjust the font size to fit a frame: width and height if multilines, width only if single lines"
s.homepage = "https://github.com/tbaranes/FittableFontLabel"
Expand Down

0 comments on commit a98d841

Please sign in to comment.