Skip to content

Commit 8506b5a

Browse files
committed
Release 1.1-11
1 parent 71975eb commit 8506b5a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to `lua-vips` will be documented in this file.
44

55
# master
66

7+
# 1.1-11 - 2024-04-16
8+
9+
- add standard Lua support [rolandlo]
710
- add `vips.Interpolate` [jcupitt, rolandlo]
811
- add `vips.concurrency_get()` and `set()` [kamyabzad]
912
- add `hasalpha`/`addalpha` [RiskoZoSlovenska]

README.md

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

651651
```shell
652652
rm *.src.rock
653-
luarocks upload lua-vips-1.1-10.rockspec --api-key=xxxxxxxxxxxxxx
653+
luarocks upload lua-vips-1.1-11.rockspec --api-key=xxxxxxxxxxxxxx
654654
```
655655

656656
### Links

lua-vips-1.1-10.rockspec renamed to lua-vips-1.1-11.rockspec

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

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

1010
description = {

0 commit comments

Comments
 (0)