Skip to content

Commit

Permalink
Release NetVips.Native v8.15.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 5, 2023
1 parent 3862aa7 commit bdfd7c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.native.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.15.0-rc2] - 2023-11-05
### Note
If you would like to see what's changed, please visit the (draft) release notes of libvips:
https://github.com/libvips/libvips/blob/gh-pages-8.15/_posts/2023-10-10-What's-new-in-8.15.md

### Changed
- Bump the minimum required glibc version to 2.26 ([lovell/sharp-libvips#197](https://github.com/lovell/sharp-libvips/pull/197)).
- Bump the minimum required musl version to 1.2.2 ([lovell/sharp-libvips#197](https://github.com/lovell/sharp-libvips/pull/197)).
- Switch from liborc to highway ([lovell/sharp-libvips#198](https://github.com/lovell/sharp-libvips/pull/198)).

## [8.14.5] - 2023-09-23
### Note
If you would like to see what's changed, please visit the release notes of libvips:
Expand Down Expand Up @@ -236,6 +246,7 @@ https://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.15.0-rc2]: https://github.com/kleisauke/libvips-packaging/compare/v8.14.5...v8.15.0-rc2
[8.14.5]: https://github.com/kleisauke/libvips-packaging/compare/v8.14.4...v8.14.5
[8.14.4]: https://github.com/kleisauke/libvips-packaging/compare/v8.14.3...v8.14.4
[8.14.3]: https://github.com/kleisauke/libvips-packaging/compare/v8.14.2...v8.14.3
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ init:

# Environment
environment:
VIPS_VERSION: "8.14.5"
VIPS_VERSION: "8.15.0-rc2"
VIPS_WARNING: 0

# Build script
Expand Down
6 changes: 3 additions & 3 deletions tests/NetVips.Tests/NetVips.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
</ItemGroup>

<ItemGroup Condition="'$(TestWithNuGetBinaries)' == 'true' And '$(MSBuildRuntimeType)' == 'Mono'">
<PackageReference Include="NetVips.Native.linux-x64" Version="8.14.5" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
<PackageReference Include="NetVips.Native.osx-x64" Version="8.14.5" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
<PackageReference Include="NetVips.Native.linux-x64" Version="8.15.0-rc2" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
<PackageReference Include="NetVips.Native.osx-x64" Version="8.15.0-rc2" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
</ItemGroup>

<ItemGroup Condition="'$(MSBuildRuntimeType)' != 'Mono'">
<PackageReference Include="NetVips.Native" Version="8.14.5" Condition="'$(TestWithNuGetBinaries)' == 'true'" />
<PackageReference Include="NetVips.Native" Version="8.15.0-rc2" Condition="'$(TestWithNuGetBinaries)' == 'true'" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit bdfd7c4

Please sign in to comment.