Skip to content

Commit e467318

Browse files
committed
release 1.0.2
1 parent a4e9b96 commit e467318

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Lua memcached Release Notes
22

33

4-
## Release 1.0.2
4+
## Release 1.0.2 (2025-07-02)
55

66
- Codec version 2 with more compact representation of booleans and (small) tables.
77

rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rockspec_format = "3.0"
22
package = "lua-memcached"
3-
version = "1.0.1-1"
3+
version = "1.0.2-1"
44
description = {
55
summary = "Lua binding and codec for memcached",
66
detailed = [[
@@ -22,7 +22,7 @@ external_dependencies = {
2222
}
2323
source = {
2424
url = "git+https://github.com/anaef/lua-memcached.git",
25-
tag = "v1.0.1",
25+
tag = "v1.0.2",
2626
}
2727
build = {
2828
type = "builtin",

0 commit comments

Comments
 (0)