Skip to content

Commit

Permalink
Release 1.1-11
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Apr 16, 2024
1 parent 71975eb commit 8506b5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to `lua-vips` will be documented in this file.

# master

# 1.1-11 - 2024-04-16

- add standard Lua support [rolandlo]
- add `vips.Interpolate` [jcupitt, rolandlo]
- add `vips.concurrency_get()` and `set()` [kamyabzad]
- add `hasalpha`/`addalpha` [RiskoZoSlovenska]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ lua example/hello-world.lua

```shell
rm *.src.rock
luarocks upload lua-vips-1.1-10.rockspec --api-key=xxxxxxxxxxxxxx
luarocks upload lua-vips-1.1-11.rockspec --api-key=xxxxxxxxxxxxxx
```

### Links
Expand Down
4 changes: 2 additions & 2 deletions lua-vips-1.1-10.rockspec → lua-vips-1.1-11.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "lua-vips"
version = "1.1-10"
version = "1.1-11"
rockspec_format = "3.0"

source = {
url = "git://github.com/libvips/lua-vips.git",
tag = "v1.1-10",
tag = "v1.1-11",
}

description = {
Expand Down

0 comments on commit 8506b5a

Please sign in to comment.