Skip to content

Commit

Permalink
Release 0.4.0 (#41)
Browse files Browse the repository at this point in the history
* update changelog

* bump version

* update dependencies

* update Podfile.lock
  • Loading branch information
jjochen committed Dec 8, 2017
1 parent a5dfc77 commit a6b413f
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude_labels=duplicate,question,invalid,wontfix,release
46 changes: 26 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Change Log

## [Unreleased](https://github.com/jjochen/JJFloatingActionButton/tree/HEAD)
## [0.4.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.4.0) (2017-12-08)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.3.1...0.4.0)

[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.3.1...HEAD)
**Implemented enhancements:**

- Animate change to open button image [\#35](https://github.com/jjochen/JJFloatingActionButton/issues/35)
- Make properties IB designable [\#3](https://github.com/jjochen/JJFloatingActionButton/issues/3)
- Improve configurability of action items [\#1](https://github.com/jjochen/JJFloatingActionButton/issues/1)

**Merged pull requests:**

- Test improvements [\#31](https://github.com/jjochen/JJFloatingActionButton/pull/31)
- Refactoring [\#29](https://github.com/jjochen/JJFloatingActionButton/pull/29)
- Remove UITests [\#26](https://github.com/jjochen/JJFloatingActionButton/pull/26)
- Move tests to CircleCi [\#40](https://github.com/jjochen/JJFloatingActionButton/pull/40) ([jjochen](https://github.com/jjochen))
- Animate open image changes [\#37](https://github.com/jjochen/JJFloatingActionButton/pull/37) ([jjochen](https://github.com/jjochen))
- Add swiftlint configuration [\#34](https://github.com/jjochen/JJFloatingActionButton/pull/34) ([jjochen](https://github.com/jjochen))
- Make IBDesignable [\#32](https://github.com/jjochen/JJFloatingActionButton/pull/32) ([jjochen](https://github.com/jjochen))
- Test improvements [\#31](https://github.com/jjochen/JJFloatingActionButton/pull/31) ([jjochen](https://github.com/jjochen))
- Refactoring [\#29](https://github.com/jjochen/JJFloatingActionButton/pull/29) ([jjochen](https://github.com/jjochen))
- Remove UITests [\#26](https://github.com/jjochen/JJFloatingActionButton/pull/26) ([jjochen](https://github.com/jjochen))

## [0.3.1](https://github.com/jjochen/JJFloatingActionButton/tree/0.3.1) (2017-11-30)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.3.0...0.3.1)
Expand All @@ -19,8 +28,7 @@

**Merged pull requests:**

- Release 0.3.1 [\#25](https://github.com/jjochen/JJFloatingActionButton/pull/25)
- Hotfix: wrong item position during first opening animation [\#24](https://github.com/jjochen/JJFloatingActionButton/pull/24)
- Hotfix: wrong item position during first opening animation [\#24](https://github.com/jjochen/JJFloatingActionButton/pull/24) ([jjochen](https://github.com/jjochen))

## [0.3.0](https://github.com/jjochen/JJFloatingActionButton/tree/0.3.0) (2017-11-26)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.2.1...0.3.0)
Expand All @@ -31,11 +39,10 @@

**Merged pull requests:**

- Release 0.3.0 [\#22](https://github.com/jjochen/JJFloatingActionButton/pull/22)
- Add optional open button image [\#21](https://github.com/jjochen/JJFloatingActionButton/pull/21)
- Improve preview in readme [\#20](https://github.com/jjochen/JJFloatingActionButton/pull/20)
- Handle touches with UIControl [\#19](https://github.com/jjochen/JJFloatingActionButton/pull/19)
- Improve test coverage [\#16](https://github.com/jjochen/JJFloatingActionButton/pull/16)
- Add optional open button image [\#21](https://github.com/jjochen/JJFloatingActionButton/pull/21) ([jjochen](https://github.com/jjochen))
- Improve preview in readme [\#20](https://github.com/jjochen/JJFloatingActionButton/pull/20) ([jjochen](https://github.com/jjochen))
- Handle touches with UIControl [\#19](https://github.com/jjochen/JJFloatingActionButton/pull/19) ([jjochen](https://github.com/jjochen))
- Improve test coverage [\#16](https://github.com/jjochen/JJFloatingActionButton/pull/16) ([jjochen](https://github.com/jjochen))

## [0.2.1](https://github.com/jjochen/JJFloatingActionButton/tree/0.2.1) (2017-11-25)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.2.0...0.2.1)
Expand All @@ -55,11 +62,11 @@

**Merged pull requests:**

- Improve travis configuration [\#15](https://github.com/jjochen/JJFloatingActionButton/pull/15)
- Add codecov configuration [\#14](https://github.com/jjochen/JJFloatingActionButton/pull/14)
- Improve example [\#13](https://github.com/jjochen/JJFloatingActionButton/pull/13)
- Improve test coverage [\#12](https://github.com/jjochen/JJFloatingActionButton/pull/12)
- Restructure project folder [\#9](https://github.com/jjochen/JJFloatingActionButton/pull/9)
- Improve travis configuration [\#15](https://github.com/jjochen/JJFloatingActionButton/pull/15) ([jjochen](https://github.com/jjochen))
- Add codecov configuration [\#14](https://github.com/jjochen/JJFloatingActionButton/pull/14) ([jjochen](https://github.com/jjochen))
- Improve example [\#13](https://github.com/jjochen/JJFloatingActionButton/pull/13) ([jjochen](https://github.com/jjochen))
- Improve test coverage [\#12](https://github.com/jjochen/JJFloatingActionButton/pull/12) ([jjochen](https://github.com/jjochen))
- Restructure project folder [\#9](https://github.com/jjochen/JJFloatingActionButton/pull/9) ([jjochen](https://github.com/jjochen))

## [0.1.2](https://github.com/jjochen/JJFloatingActionButton/tree/0.1.2) (2017-11-08)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.1.1...0.1.2)
Expand All @@ -70,9 +77,8 @@

**Merged pull requests:**

- Release 0.1.2 [\#7](https://github.com/jjochen/JJFloatingActionButton/pull/7)
- Cleanup [\#6](https://github.com/jjochen/JJFloatingActionButton/pull/6)
- Remove SnapKit dependency [\#5](https://github.com/jjochen/JJFloatingActionButton/pull/5)
- Cleanup [\#6](https://github.com/jjochen/JJFloatingActionButton/pull/6) ([jjochen](https://github.com/jjochen))
- Remove SnapKit dependency [\#5](https://github.com/jjochen/JJFloatingActionButton/pull/5) ([jjochen](https://github.com/jjochen))

## [0.1.1](https://github.com/jjochen/JJFloatingActionButton/tree/0.1.1) (2017-11-06)
[Full Changelog](https://github.com/jjochen/JJFloatingActionButton/compare/0.1.0...0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion Example/JJFloatingActionButton.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@
198B662E1FBAEE16009A17F2 /* .swift-version */,
19E247EA1FD93525009A7BA1 /* .swiftlint.yml */,
19037F0D1FC2ED7B00138594 /* CHANGELOG.md */,
195637221FDA9EFB0003B8FF /* config.yml */,
198B66261FBAEDD6009A17F2 /* Gemfile */,
198B66271FBAEDD7009A17F2 /* JJFloatingActionButton.podspec */,
198B66231FBAEDD6009A17F2 /* LICENSE */,
198B66241FBAEDD6009A17F2 /* README.md */,
195637221FDA9EFB0003B8FF /* config.yml */,
);
name = Metadata;
path = JJFloatingActionButton;
Expand Down
2 changes: 1 addition & 1 deletion Example/JJFloatingActionButton/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- JJFloatingActionButton (0.3.1)
- JJFloatingActionButton (0.4.0)
- Nimble (7.0.3)
- Nimble-Snapshots (6.3.0):
- Nimble-Snapshots/Core (= 6.3.0)
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
JJFloatingActionButton: 4879af862b56ad33ef55ae511ff34dadcc37473f
JJFloatingActionButton: 46398b4e511260377c25aa3bcd70870ade0199b0
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
CFPropertyList (2.3.6)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
Expand Down
2 changes: 1 addition & 1 deletion JJFloatingActionButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'JJFloatingActionButton'
spec.version = '0.3.1'
spec.version = '0.4.0'
spec.author = { 'Jochen Pfeiffer' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton'
Expand Down

0 comments on commit a6b413f

Please sign in to comment.