Skip to content

Commit 33696a7

Browse files
committed
Bump version to 8.0.3
1 parent 31ba242 commit 33696a7

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
-----
44

5+
## [8.0.3 - Animated Image Hitting](https://github.com/onevcat/Kingfisher/releases/tag/8.0.3) (2024-09-21)
6+
7+
#### Fix
8+
* A regression of iOS 18 that the `KFAnimatedImage` does not receive user interaction. [#2295](https://github.com/onevcat/Kingfisher/issues/2295) @onevcat @danieldaquino
9+
10+
---
11+
512
## [8.0.2 - Blur Scale](https://github.com/onevcat/Kingfisher/releases/tag/8.0.2) (2024-09-21)
613

714
#### Fix

Kingfisher.podspec

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

33
s.name = "Kingfisher"
4-
s.version = "8.0.2"
4+
s.version = "8.0.3"
55
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."
66

77
s.description = <<-DESC

Kingfisher.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1088,11 +1088,11 @@
10881088
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
10891089
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
10901090
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1091-
CURRENT_PROJECT_VERSION = 2971;
1091+
CURRENT_PROJECT_VERSION = 2979;
10921092
DEAD_CODE_STRIPPING = YES;
10931093
DEFINES_MODULE = YES;
10941094
DYLIB_COMPATIBILITY_VERSION = 1;
1095-
DYLIB_CURRENT_VERSION = 2971;
1095+
DYLIB_CURRENT_VERSION = 2979;
10961096
DYLIB_INSTALL_NAME_BASE = "@rpath";
10971097
ENABLE_MODULE_VERIFIER = YES;
10981098
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
@@ -1152,11 +1152,11 @@
11521152
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
11531153
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
11541154
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1155-
CURRENT_PROJECT_VERSION = 2971;
1155+
CURRENT_PROJECT_VERSION = 2979;
11561156
DEAD_CODE_STRIPPING = YES;
11571157
DEFINES_MODULE = YES;
11581158
DYLIB_COMPATIBILITY_VERSION = 1;
1159-
DYLIB_CURRENT_VERSION = 2971;
1159+
DYLIB_CURRENT_VERSION = 2979;
11601160
DYLIB_INSTALL_NAME_BASE = "@rpath";
11611161
ENABLE_MODULE_VERIFIER = YES;
11621162
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;

Sources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.0.2</string>
18+
<string>8.0.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2971</string>
22+
<string>2979</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Tests/KingfisherTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.0.2</string>
18+
<string>8.0.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2971</string>
22+
<string>2979</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)