diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dc68aba1..31ba5bf6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,7 +44,6 @@ Any change that modifies the existing public API should be added to the relevant | Release | WIP branch | | ------: | :--------- | -| v0.25.0 | yield | | v0.26.0 | zoom | Please squash your changes into a single commit using a command like `git rebase -i upstream/`. diff --git a/docs/changelog.md b/docs/changelog.md index c9687e1f..35e2fdbb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.9.1 -### v0.25.0 - TBD +### v0.25.0 - 7th March 2020 * Remove `limitInputPixels` and `sequentialRead` previously deprecated in v0.24.0. diff --git a/docs/index.html b/docs/index.html index 2df73e36..4f9c8f01 100644 --- a/docs/index.html +++ b/docs/index.html @@ -87,7 +87,7 @@ docuteGoogleAnalytics('UA-13034748-12'), docuteApiTitlePlugin ], - sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.24.1/docs', + sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.25.0/docs', nav: [ { title: 'Funding', diff --git a/package.json b/package.json index f4f04a5b..160d4011 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", - "version": "0.24.1", + "version": "0.25.0", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [