Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
and adjust README
  • Loading branch information
chregu committed Oct 12, 2022
1 parent 6737409 commit 7de9639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

### 0.31.0 (2022-10-12)
* Make it compatible with jcupitt/vips 2.1 (and disable support for 2.0, 1.0.x is still supported)
* Add more phpstan tests for all the combinations
* Replace vips_version with Jcupitt\Vips\Config::version() for better support, when vips-ext is not available
* Add some simple PHPUnit tests

### 0.30.1 (2022-10-04)
* Fix issue with PHP < 8.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libvips adapter for Imagine

[![Static analysis](https://github.com/rokka-io/imagine-vips/actions/workflows/static.yml/badge.svg)](https://github.com/rokka-io/imagine-vips/actions/workflows/static.yml)
[![Static analysis](https://github.com/rokka-io/imagine-vips/actions/workflows/tests.yml/badge.svg)](https://github.com/rokka-io/imagine-vips/actions/workflows/tests.yml)
[![Latest Stable Version](https://poser.pugx.org/rokka/imagine-vips/version.png)](https://packagist.org/packages/rokka/imagine-vips)


Expand Down

0 comments on commit 7de9639

Please sign in to comment.