diff --git a/CHANGELOG.md b/CHANGELOG.md index aea66c4f1..378e9e588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to wasm-vips will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.10] - TBD + +Uses libvips v8.15.2, compiled with Emscripten v3.1.61. + ## [v0.0.9] - 2024-06-01 Uses libvips v8.15.2, compiled with Emscripten v3.1.60. @@ -167,6 +171,7 @@ Uses libvips v8.10.0, compiled with Emscripten v2.0.0. - Initial release. +[v0.0.10]: https://github.com/kleisauke/wasm-vips/compare/v0.0.9...v0.0.10 [v0.0.9]: https://github.com/kleisauke/wasm-vips/compare/v0.0.8...v0.0.9 [v0.0.8]: https://github.com/kleisauke/wasm-vips/compare/v0.0.7...v0.0.8 [v0.0.7]: https://github.com/kleisauke/wasm-vips/compare/v0.0.6...v0.0.7 diff --git a/Dockerfile b/Dockerfile index 4d599a2c8..7fcee48e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/emscripten-core/emsdk -FROM docker.io/emscripten/emsdk:3.1.60 +FROM docker.io/emscripten/emsdk:3.1.61 # Path settings ENV \ @@ -24,7 +24,7 @@ RUN \ # Emscripten patches RUN \ - curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.60...kleisauke:wasm-vips-3.1.60.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ + curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.61...kleisauke:wasm-vips-3.1.61.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ emcc --clear-cache && embuilder build sysroot --force # Rust