Skip to content

Commit d30a5fa

Browse files
committed
Bump version to 8.6.2
1 parent 33a57c7 commit d30a5fa

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
-----
44

5+
## [8.6.2 - High Fidelity](https://github.com/onevcat/Kingfisher/releases/tag/8.6.2) (2025-11-17)
6+
7+
#### Fix
8+
* Improve macOS graphics context for high bit depth to support rendering 10-bit images. [#2448](https://github.com/onevcat/Kingfisher/pull/2448) [#2447](https://github.com/onevcat/Kingfisher/issues/2447) @onevcat @BobbyRohweder
9+
10+
---
11+
512
## [8.6.1 - Atomic](https://github.com/onevcat/Kingfisher/releases/tag/8.6.1) (2025-10-27)
613

714
#### Fix

Kingfisher.podspec

Lines changed: 1 addition & 1 deletion
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.6.1"
4+
s.version = "8.6.2"
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,11 +1164,11 @@
11641164
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
11651165
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
11661166
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1167-
CURRENT_PROJECT_VERSION = 3169;
1167+
CURRENT_PROJECT_VERSION = 3176;
11681168
DEAD_CODE_STRIPPING = YES;
11691169
DEFINES_MODULE = YES;
11701170
DYLIB_COMPATIBILITY_VERSION = 1;
1171-
DYLIB_CURRENT_VERSION = 3169;
1171+
DYLIB_CURRENT_VERSION = 3176;
11721172
DYLIB_INSTALL_NAME_BASE = "@rpath";
11731173
ENABLE_MODULE_VERIFIER = YES;
11741174
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
@@ -1228,11 +1228,11 @@
12281228
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
12291229
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
12301230
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1231-
CURRENT_PROJECT_VERSION = 3169;
1231+
CURRENT_PROJECT_VERSION = 3176;
12321232
DEAD_CODE_STRIPPING = YES;
12331233
DEFINES_MODULE = YES;
12341234
DYLIB_COMPATIBILITY_VERSION = 1;
1235-
DYLIB_CURRENT_VERSION = 3169;
1235+
DYLIB_CURRENT_VERSION = 3176;
12361236
DYLIB_INSTALL_NAME_BASE = "@rpath";
12371237
ENABLE_MODULE_VERIFIER = YES;
12381238
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;

Sources/Info.plist

Lines changed: 2 additions & 2 deletions
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.6.1</string>
18+
<string>8.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3169</string>
22+
<string>3176</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Tests/KingfisherTests/Info.plist

Lines changed: 2 additions & 2 deletions
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.6.1</string>
18+
<string>8.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3169</string>
22+
<string>3176</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)