We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e7aaa commit 413bb36Copy full SHA for 413bb36
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to `lua-vips` will be documented in this file.
4
5
# master
6
7
+# 1.1-12 - 2025-02-09
8
+
9
- add `vips.Connection`, `vips.Source` and `vips.Target` for true streaming support [rolandlo]
10
11
# 1.1-11 - 2024-04-16
README.md
@@ -672,7 +672,7 @@ lua example/hello-world.lua
672
673
```shell
674
rm *.src.rock
675
-luarocks upload lua-vips-1.1-11.rockspec --api-key=xxxxxxxxxxxxxx
+luarocks upload lua-vips-1.1-12.rockspec --api-key=xxxxxxxxxxxxxx
676
```
677
678
### Links
0 commit comments