diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d048a6..76d07f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [2.0.1] - 2019-12-10 +### Changed + - Refactorings (Optimized progress animation) + - Updated example application for iOS 13 + ## [2.0.0] - 2019-02-09 ### Changed - Splitted framework into two classes: @@ -50,7 +55,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [1.1.10] - 2018-14-04 ### Changed - Updates for Swift 4.1 - - Formatted code + - Formatted code ## [1.1.9] - 2018-27-01 ### Changed @@ -112,8 +117,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Initial release -[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.0...master -[1.1.17]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.17...2.0.0 +[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.1...master +[2.0.1]: https://github.com/fxm90/GradientLoadingBar/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.17...2.0.0 [1.1.17]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.16...1.1.17 [1.1.16]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.15...1.1.16 [1.1.15]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.14...1.1.15 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 35d77a3..9e96012 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (2.0.0): + - GradientLoadingBar (2.0.1): - LightweightObservable (~> 1.0) - LightweightObservable (1.0.3) - SwiftFormat/CLI (0.40.13) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - GradientLoadingBar: b46dffa5b505dd0b20ec65b80d178da600d815bb + GradientLoadingBar: 385d47634f58a4d38ab49958a447718de07953fd LightweightObservable: 8687e8e1e2940ae2f64d7f71fe78c036d89c966f SwiftFormat: d548b3585a6dbe64390177b386e95375b8c300b6 SwiftLint: 5553187048b900c91aa03552807681bb6b027846 diff --git a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json index 1a1906f..1a9e956 100644 --- a/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json +++ b/Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json @@ -1,6 +1,6 @@ { "name": "GradientLoadingBar", - "version": "2.0.0", + "version": "2.0.1", "summary": "A customizable animated gradient loading bar.", "description": "A customizable animated gradient loading bar.\nInspired by https://codepen.io/marcobiedermann/pen/LExXWW", "homepage": "https://github.com/fxm90/GradientLoadingBar", @@ -14,7 +14,7 @@ }, "source": { "git": "https://github.com/fxm90/GradientLoadingBar.git", - "tag": "2.0.0" + "tag": "2.0.1" }, "social_media_url": "https://twitter.com/_fxm90", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 35d77a3..9e96012 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (2.0.0): + - GradientLoadingBar (2.0.1): - LightweightObservable (~> 1.0) - LightweightObservable (1.0.3) - SwiftFormat/CLI (0.40.13) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - GradientLoadingBar: b46dffa5b505dd0b20ec65b80d178da600d815bb + GradientLoadingBar: 385d47634f58a4d38ab49958a447718de07953fd LightweightObservable: 8687e8e1e2940ae2f64d7f71fe78c036d89c966f SwiftFormat: d548b3585a6dbe64390177b386e95375b8c300b6 SwiftLint: 5553187048b900c91aa03552807681bb6b027846 diff --git a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist index 0a12077..bdac57c 100644 --- a/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist +++ b/Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index a17f83f..506c3e9 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '2.0.0' + s.version = '2.0.1' s.summary = 'A customizable animated gradient loading bar.' # This description is used to generate tags and improve search results.