File tree 3 files changed +5
-3
lines changed
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.
4
4
5
5
# master
6
6
7
+ # 1.1-12 - 2025-02-09
8
+
7
9
- add ` vips.Connection ` , ` vips.Source ` and ` vips.Target ` for true streaming support [ rolandlo]
8
10
9
11
# 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
672
672
673
673
``` shell
674
674
rm * .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
676
676
```
677
677
678
678
### Links
Original file line number Diff line number Diff line change 1
1
package = " lua-vips"
2
- version = " 1.1-11 "
2
+ version = " 1.1-12 "
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-11 " ,
7
+ tag = " v1.1-12 " ,
8
8
}
9
9
10
10
description = {
You can’t perform that action at this time.
0 commit comments