From 7c6005b0c0c5e943fa06bad9da688dc058b06773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20L=C3=B6tscher?= Date: Sun, 9 Feb 2025 11:58:03 +0100 Subject: [PATCH] Release 1.1-12 --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91d620..37eeceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to `lua-vips` will be documented in this file. # master +# 1.1-12 - 2025-02-09 + - add `vips.Connection`, `vips.Source` and `vips.Target` for true streaming support [rolandlo] # 1.1-11 - 2024-04-16 diff --git a/README.md b/README.md index c0beef6..b1bce31 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ lua example/hello-world.lua ```shell rm *.src.rock -luarocks upload lua-vips-1.1-11.rockspec --api-key=xxxxxxxxxxxxxx +luarocks upload lua-vips-1.1-12.rockspec --api-key=xxxxxxxxxxxxxx ``` ### Links