Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading