From b7b46bedaf83368d402dee3b61b57a22a507db8a Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 29 Oct 2024 13:20:14 +0100 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 4 ++-- build/common.props | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f33dc6..0dcef40 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-rc1] - 2024-10-14 +## [3.0.0] - 2024-10-29 ### 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-rc1]: https://github.com/kleisauke/net-vips/compare/v2.4.2...v3.0.0-rc1 +[3.0.0]: https://github.com/kleisauke/net-vips/compare/v2.4.2...v3.0.0 [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/build/common.props b/build/common.props index 4fcebad..c6d0f56 100644 --- a/build/common.props +++ b/build/common.props @@ -23,7 +23,6 @@ $(APPVEYOR_BUILD_NUMBER) 0 - -rc1 -develop