Skip to content

Commit

Permalink
Release 1.1-12
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Feb 9, 2025
1 parent 25e7aaa commit 6959cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lua-vips-1.1-11.rockspec → lua-vips-1.1-12.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "lua-vips"
version = "1.1-11"
version = "1.1-12"
rockspec_format = "3.0"

source = {
url = "git://github.com/libvips/lua-vips.git",
tag = "v1.1-11",
tag = "v1.1-12",
}

description = {
Expand Down

0 comments on commit 6959cc9

Please sign in to comment.