File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to `lua-vips` will be documented in this file.
4
4
5
5
# master
6
6
7
+ # 1.1-11 - 2024-04-16
8
+
9
+ - add standard Lua support [ rolandlo]
7
10
- add ` vips.Interpolate ` [ jcupitt, rolandlo]
8
11
- add ` vips.concurrency_get() ` and ` set() ` [ kamyabzad]
9
12
- add ` hasalpha ` /` addalpha ` [ RiskoZoSlovenska]
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ lua example/hello-world.lua
650
650
651
651
``` shell
652
652
rm * .src.rock
653
- luarocks upload lua-vips-1.1-10 .rockspec --api-key=xxxxxxxxxxxxxx
653
+ luarocks upload lua-vips-1.1-11 .rockspec --api-key=xxxxxxxxxxxxxx
654
654
```
655
655
656
656
### Links
Original file line number Diff line number Diff line change 1
1
package = " lua-vips"
2
- version = " 1.1-10 "
2
+ version = " 1.1-11 "
3
3
rockspec_format = " 3.0"
4
4
5
5
source = {
6
6
url = " git://github.com/libvips/lua-vips.git" ,
7
- tag = " v1.1-10 " ,
7
+ tag = " v1.1-11 " ,
8
8
}
9
9
10
10
description = {
You can’t perform that action at this time.
0 commit comments