Skip to content

Commit 176bff0

Browse files
committed
Updated dependencies
1 parent 93f3a36 commit 176bff0

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [4.0.2] - 2026-05-18
4+
### Changed
5+
- Update Go to 1.26.3
6+
- Update glib to 2.88.1
7+
- Update libexpat to 2.8.1
8+
- Update lcsm2 to 2.19.1
9+
- Update aom to 3.14.0
10+
- Update librsvg to 2.62.1
11+
312
## [4.0.1] - 2026-04-27
413
### Changed
514
- Update Go to 1.26.2.

versions.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
export GOLANG_VERSION=1.26.2
1+
export GOLANG_VERSION=1.26.3
22
export ZLIB_VERSION=2.3.3
33
export BROTLI_VERSION=1.2.0
44
export FFI_VERSION=3.5.2
55
export PCRE2_VERSION=10.47
6-
export GLIB_VERSION=2.88.0
6+
export GLIB_VERSION=2.88.1
77
export HIGHWAY_VERSION=1.4.0
88
export QUANTIZR_VERSION=1.4.3
9-
export LIBEXPAT_VERSION=2.8.0
9+
export LIBEXPAT_VERSION=2.8.1
1010
export LIBXML2_VERSION=2.15.3
1111
export LIBEXIF_VERSION=0.6.26
12-
export LCMS2_VERSION=2.19
12+
export LCMS2_VERSION=2.19.1
1313
export LIBJPEGTURBO_VERSION=3.1.4.1
1414
export LIBJXL_VERSION=0.11.2
1515
export LIBPNG_VERSION=1.6.58
@@ -20,7 +20,7 @@ export LIBDE265_VERSION=1.0.18
2020
export KVAZAAR_VERSION=2.3.2
2121
export DAV1D_VERSION=1.5.3
2222
# export RAV1E_VERSION=0.5.1
23-
export AOM_VERSION=3.13.3
23+
export AOM_VERSION=3.14.0
2424
export LIBHEIF_VERSION=1.21.2
2525
export FREETYPE_VERSION=2.14.3
2626
export FONTCONFIG_VERSION=2.17.1
@@ -29,7 +29,7 @@ export PIXMAN_VERSION=0.46.4
2929
export CAIRO_VERSION=1.18.4
3030
export FRIBIDI_VERSION=1.0.16
3131
export PANGO_VERSION=1.57.1
32-
export LIBRSVG_VERSION=2.62.1
32+
export LIBRSVG_VERSION=2.62.2
3333
export VIPS_VERSION=8.18.2
3434

3535
# dev depdendencies

0 commit comments

Comments
 (0)