From e9f5bc3f0442dd07f8dd3892a7e03c3d60b59b05 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 22 Oct 2024 13:50:14 +0200 Subject: [PATCH] Release NetVips.Native v8.16.0-rc2 --- CHANGELOG.native.md | 4 ++-- appveyor.yml | 2 +- tests/NetVips.Tests/NetVips.Tests.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.native.md b/CHANGELOG.native.md index 0136ff0..db64b28 100644 --- a/CHANGELOG.native.md +++ b/CHANGELOG.native.md @@ -4,7 +4,7 @@ The changes of libvips are documented [here](https://github.com/libvips/libvips/ 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). -## [8.16.0-rc1] - 2024-10-14 +## [8.16.0-rc2] - 2024-10-22 ### Note If you would like to see what's changed, please visit the release notes of libvips: https://www.libvips.org/2024/10/10/What's-new-in-8.16.html @@ -272,7 +272,7 @@ https://www.libvips.org/2019/04/22/What's-new-in-8.8.html ### Changed - A statically linked libvips binary is build for Windows. This reduces the number of DLLs from 37 to 3 ([libvips/build-win64#21](https://github.com/libvips/build-win64/issues/21#issuecomment-458112440)). -[8.16.0-rc1]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.3...v8.16.0-rc1 +[8.16.0-rc2]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.3...v8.16.0-rc2 [8.15.3]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.2...v8.15.3 [8.15.2]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.1...v8.15.2 [8.15.1]: https://github.com/kleisauke/libvips-packaging/compare/v8.15.0...v8.15.1 diff --git a/appveyor.yml b/appveyor.yml index 984d747..f7f5478 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ init: # Environment environment: - VIPS_VERSION: "8.16.0-rc1" + VIPS_VERSION: "8.16.0-rc2" VIPS_WARNING: 0 # Build script diff --git a/tests/NetVips.Tests/NetVips.Tests.csproj b/tests/NetVips.Tests/NetVips.Tests.csproj index 99fedc3..d141c17 100644 --- a/tests/NetVips.Tests/NetVips.Tests.csproj +++ b/tests/NetVips.Tests/NetVips.Tests.csproj @@ -16,7 +16,7 @@ - + all