From 12f52500a557d736a4e197c526b43125c9d4af47 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Mon, 14 Oct 2024 14:13:42 +0200 Subject: [PATCH] Release v3.0.0-rc1 --- CHANGELOG.md | 4 ++-- appveyor.yml | 2 +- build/common.props | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc2a69..1f33dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to NetVips will be documented in this file. See [here](CHANG 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). -## [3.0.0] - TBD +## [3.0.0-rc1] - 2024-10-14 ### Added - Add support for a single shared libvips binary on Windows ([#211](https://github.com/kleisauke/net-vips/issues/211)). - Add `ReadOnlySpan` / `ReadOnlyMemory` overloads ([#225](https://github.com/kleisauke/net-vips/issues/225)). @@ -245,7 +245,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - First release! -[3.0.0]: https://github.com/kleisauke/net-vips/compare/v2.4.2...v3.0.0 +[3.0.0-rc1]: https://github.com/kleisauke/net-vips/compare/v2.4.2...v3.0.0-rc1 [2.4.2]: https://github.com/kleisauke/net-vips/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/kleisauke/net-vips/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/kleisauke/net-vips/compare/v2.3.1...v2.4.0 diff --git a/appveyor.yml b/appveyor.yml index b041fa5..984d747 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2022 # Version format -version: 2.4.2.{build} +version: 3.0.0.{build} init: - git config --global core.autocrlf true diff --git a/build/common.props b/build/common.props index aa3e0d3..4fcebad 100644 --- a/build/common.props +++ b/build/common.props @@ -16,13 +16,14 @@ 12 - 2 - 4 - 2 + 3 + 0 + 0 $(APPVEYOR_BUILD_NUMBER) 0 + -rc1 -develop