File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 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.
44
55# master
66
7+ # 1.1-11 - 2024-04-16
8+
9+ - add standard Lua support [ rolandlo]
710- add ` vips.Interpolate ` [ jcupitt, rolandlo]
811- add ` vips.concurrency_get() ` and ` set() ` [ kamyabzad]
912- add ` hasalpha ` /` addalpha ` [ RiskoZoSlovenska]
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ lua example/hello-world.lua
650650
651651``` shell
652652rm * .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
654654```
655655
656656### Links
Original file line number Diff line number Diff line change 11package = " lua-vips"
2- version = " 1.1-10 "
2+ version = " 1.1-11 "
33rockspec_format = " 3.0"
44
55source = {
66 url = " git://github.com/libvips/lua-vips.git" ,
7- tag = " v1.1-10 " ,
7+ tag = " v1.1-11 " ,
88}
99
1010description = {
You can’t perform that action at this time.
0 commit comments