Skip to content

Commit 6959cc9

Browse files
committed
Release 1.1-12
1 parent 25e7aaa commit 6959cc9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff 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

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ lua example/hello-world.lua
672672

673673
```shell
674674
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
676676
```
677677

678678
### Links

Diff for: lua-vips-1.1-11.rockspec renamed to lua-vips-1.1-12.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package = "lua-vips"
2-
version = "1.1-11"
2+
version = "1.1-12"
33
rockspec_format = "3.0"
44

55
source = {
66
url = "git://github.com/libvips/lua-vips.git",
7-
tag = "v1.1-11",
7+
tag = "v1.1-12",
88
}
99

1010
description = {

0 commit comments

Comments
 (0)