Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jay18001 committed Jun 8, 2017
1 parent 87040bc commit 183af9e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BrickKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 183af9e

Please sign in to comment.