Skip to content

Commit 18c1143

Browse files
committed
Upgrade deps
1 parent f90487d commit 18c1143

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [3.15.0] - 2026-01-06
4+
### Changed
5+
- Update Go to 1.25.5.
6+
- Update zlib to 2.3.2.
7+
- Update brotli to 1.2.0.
8+
- Update glib to 2.87.1.
9+
- Update pcre2 to 10.47.
10+
- Update libexpat to 2.7.3.
11+
- Update libxml2 to 2.15.1.
12+
- Update libjpegturbo to 3.1.3.
13+
- Update libpng to 1.6.53.
14+
- Update libtiff to 4.7.1.
15+
- Update dav1d to 1.5.3.
16+
- Update libheif to 1.21.1.
17+
- Update harfbuzz to 12.3.0.
18+
- Update librsvg to 2.61.3.
19+
- Update vips to 8.18.0.
20+
421
### Removed
522
- Remove libspng.
623

versions.sh

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
export GOLANG_VERSION=1.25.1
2-
export ZLIB_VERSION=2.2.5
3-
export BROTLI_VERSION=1.1.0
1+
export GOLANG_VERSION=1.25.5
2+
export ZLIB_VERSION=2.3.2
3+
export BROTLI_VERSION=1.2.0
44
export FFI_VERSION=3.5.2
5-
export PCRE2_VERSION=10.46
6-
export GLIB_VERSION=2.86.0
5+
export PCRE2_VERSION=10.47
6+
export GLIB_VERSION=2.87.1
77
export HIGHWAY_VERSION=1.3.0
88
export QUANTIZR_VERSION=1.4.3
9-
export LIBEXPAT_VERSION=2.7.2
10-
export LIBXML2_VERSION=2.15.0
9+
export LIBEXPAT_VERSION=2.7.3
10+
export LIBXML2_VERSION=2.15.1
1111
export LIBEXIF_VERSION=0.6.25
1212
export LCMS2_VERSION=2.17
13-
export LIBJPEGTURBO_VERSION=3.1.2
13+
export LIBJPEGTURBO_VERSION=3.1.3
1414
export LIBJXL_VERSION=0.11.1
15-
export LIBPNG_VERSION=1.6.37
15+
export LIBPNG_VERSION=1.6.53
1616
export LIBWEBP_VERSION=1.6.0
17-
export LIBTIFF_VERSION=4.7.0
17+
export LIBTIFF_VERSION=4.7.1
1818
export CGIF_VERSION=0.5.0
1919
export LIBDE265_VERSION=1.0.16
2020
export KVAZAAR_VERSION=2.3.2
21-
export DAV1D_VERSION=1.5.1
21+
export DAV1D_VERSION=1.5.3
2222
# export RAV1E_VERSION=0.5.1
2323
export AOM_VERSION=3.13.1
2424
export LIBYUV_SHA='a6a2ec65'
25-
export LIBHEIF_VERSION=1.20.2
25+
export LIBHEIF_VERSION=1.21.1
2626
export FREETYPE_VERSION=2.14.1
2727
export FONTCONFIG_VERSION=2.17.1
28-
export HARFBUZZ_VERSION=11.5.0
28+
export HARFBUZZ_VERSION=12.3.0
2929
export PIXMAN_VERSION=0.46.4
3030
export CAIRO_VERSION=1.18.4
3131
export FRIBIDI_VERSION=1.0.16
3232
export PANGO_VERSION=1.57.0
33-
export LIBRSVG_VERSION=2.61.1
34-
export VIPS_VERSION=8.17.2
33+
export LIBRSVG_VERSION=2.61.3
34+
export VIPS_VERSION=8.18.0

0 commit comments

Comments
 (0)