From 183af9ed584b7722627fe297ab6ff842cfc7026b Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Thu, 8 Jun 2017 14:25:32 -0400 Subject: [PATCH] v2.1.0 --- BrickKit.podspec | 2 +- CHANGELOG.md | 24 +++++++++++++++++++++--- Source/Info.plist | 2 +- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/BrickKit.podspec b/BrickKit.podspec index 95f426c..9e393db 100644 --- a/BrickKit.podspec +++ b/BrickKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'BrickKit' - s.version = '2.0.0' + s.version = '2.1.0' s.summary = 'BrickKit: a smart, easy, and consistent way of making layouts in iOS and tvOS.' s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 13674b3..ce42b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,28 @@ # Change Log +## [2.1.0](https://github.com/wayfair/brickkit-ios/tree/2.1.0) (2017-06-08) +[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.0.0...2.1.0) + +**Closed issues:** + +- Swift 4 support [\#135](https://github.com/wayfair/brickkit-ios/issues/135) +- Playground examples [\#133](https://github.com/wayfair/brickkit-ios/issues/133) +- `repeatCount` on Brick [\#130](https://github.com/wayfair/brickkit-ios/issues/130) +- Remove print override [\#128](https://github.com/wayfair/brickkit-ios/issues/128) +- AccessoryView for a brick [\#126](https://github.com/wayfair/brickkit-ios/issues/126) +- Migrate over image brick delegate to swift 3 [\#106](https://github.com/wayfair/brickkit-ios/issues/106) + +**Merged pull requests:** + +- Swift 4 compatibility fixes [\#136](https://github.com/wayfair/brickkit-ios/pull/136) ([klundberg](https://github.com/klundberg)) +- Playground examples [\#134](https://github.com/wayfair/brickkit-ios/pull/134) ([jay18001](https://github.com/jay18001)) +- Support for accessoryView on GenericBrickCell [\#132](https://github.com/wayfair/brickkit-ios/pull/132) ([rubencagnie](https://github.com/rubencagnie)) +- Support for repeatCount on Brick-level [\#131](https://github.com/wayfair/brickkit-ios/pull/131) ([rubencagnie](https://github.com/rubencagnie)) +- \#128 Moved print override to BrickUtils [\#129](https://github.com/wayfair/brickkit-ios/pull/129) ([jay18001](https://github.com/jay18001)) + ## [2.0.0](https://github.com/wayfair/brickkit-ios/tree/2.0.0) (2017-05-26) [Full Changelog](https://github.com/wayfair/brickkit-ios/compare/1.4.0...2.0.0) -**Swift 3** - **Closed issues:** - Title used within its own type [\#123](https://github.com/wayfair/brickkit-ios/issues/123) @@ -281,4 +299,4 @@ ## [0.9.0](https://github.com/wayfair/brickkit-ios/tree/0.9.0) (2016-10-20) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/Source/Info.plist b/Source/Info.plist index fbe1e6b..f69838d 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 2.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass