Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 2e37371

Browse files
committed
Update CHANGELOG and podspec.
1 parent 07f01dc commit 2e37371

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 1.7.4
2+
3+
Code optimization & Added missing test cases
4+
5+
- Refactored test cases to also test UICircularProgressRingLayer.
6+
- Add missing test cases for new gradient members.
7+
- Add explicit typing to local variables in order to speed up compilation.
8+
- Add new Swift compiler flags to warn about long function/type inference compilation.
9+
110
# Version 1.7.3
211
- Improved calculations for inner ring angle.
312
- Thanks to [@jeffro256](https://github.com/jeffro256) for committing.

UICircularProgressRing.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "UICircularProgressRing"
5-
s.version = "1.7.3"
5+
s.version = "1.7.4"
66
s.summary = "A highly customizable circular progress bar for iOS written in Swift 3"
77

88
s.description = <<-DESC

0 commit comments

Comments
 (0)