File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to `lua-vips` will be documented in this file.
44
55# master
66
7+ # 1.1-12 - 2025-02-09
8+
79- add ` vips.Connection ` , ` vips.Source ` and ` vips.Target ` for true streaming support [ rolandlo]
810
911# 1.1-11 - 2024-04-16
Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ lua example/hello-world.lua
672672
673673``` shell
674674rm * .src.rock
675- luarocks upload lua-vips-1.1-11 .rockspec --api-key=xxxxxxxxxxxxxx
675+ luarocks upload lua-vips-1.1-12 .rockspec --api-key=xxxxxxxxxxxxxx
676676```
677677
678678### Links
Original file line number Diff line number Diff line change 11package = " lua-vips"
2- version = " 1.1-11 "
2+ version = " 1.1-12 "
33rockspec_format = " 3.0"
44
55source = {
66 url = " git://github.com/libvips/lua-vips.git" ,
7- tag = " v1.1-11 " ,
7+ tag = " v1.1-12 " ,
88}
99
1010description = {
You can’t perform that action at this time.
0 commit comments