diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff7f7b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +## [Unreleased](https://github.com/marmelroy/Interpolate/tree/HEAD) + +[Full Changelog](https://github.com/marmelroy/Interpolate/compare/0.1.2...HEAD) + +**Merged pull requests:** + +- Interpolate generic initializer [\#4](https://github.com/marmelroy/Interpolate/pull/4) ([romanroibu](https://github.com/romanroibu)) + +## [0.1.2](https://github.com/marmelroy/Interpolate/tree/0.1.2) (2016-05-04) +[Full Changelog](https://github.com/marmelroy/Interpolate/compare/0.1...0.1.2) + +**Merged pull requests:** + +- Use CGPoint, CGRect and CGSize initializers [\#2](https://github.com/marmelroy/Interpolate/pull/2) ([delba](https://github.com/delba)) + +## [0.1](https://github.com/marmelroy/Interpolate/tree/0.1) (2016-05-03) +**Closed issues:** + +- Images for README [\#1](https://github.com/marmelroy/Interpolate/issues/1) + + + +\* *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/Interpolate.podspec b/Interpolate.podspec index fd7a0cd..e9b48c9 100644 --- a/Interpolate.podspec +++ b/Interpolate.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Interpolate" - s.version = "0.1.2" + s.version = "0.1.3" s.summary = "Swift interpolation framework for gesture-driven animations." # This description is used to generate tags and improve search results. diff --git a/Interpolate.xcodeproj/project.pbxproj b/Interpolate.xcodeproj/project.pbxproj index 503d2fb..823fe46 100644 --- a/Interpolate.xcodeproj/project.pbxproj +++ b/Interpolate.xcodeproj/project.pbxproj @@ -256,7 +256,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -305,7 +305,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -333,7 +333,7 @@ CLANG_ENABLE_MODULES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3; + DYLIB_CURRENT_VERSION = 4; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Interpolate/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -352,7 +352,7 @@ CLANG_ENABLE_MODULES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3; + DYLIB_CURRENT_VERSION = 4; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Interpolate/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/Interpolate/Info.plist b/Interpolate/Info.plist index 99c2305..b1d432c 100644 --- a/Interpolate/Info.plist +++ b/Interpolate/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleSignature ???? CFBundleVersion - 3 + 4 NSPrincipalClass diff --git a/InterpolateTests/Info.plist b/InterpolateTests/Info.plist index 1de4b91..8742c8d 100644 --- a/InterpolateTests/Info.plist +++ b/InterpolateTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleSignature ???? CFBundleVersion - 3 + 4