1 parent a4e9b96 commit e467318Copy full SHA for e467318
2 files changed
NEWS.md
@@ -1,7 +1,7 @@
1
# Lua memcached Release Notes
2
3
4
-## Release 1.0.2
+## Release 1.0.2 (2025-07-02)
5
6
- Codec version 2 with more compact representation of booleans and (small) tables.
7
rockspec
@@ -1,6 +1,6 @@
rockspec_format = "3.0"
package = "lua-memcached"
-version = "1.0.1-1"
+version = "1.0.2-1"
description = {
summary = "Lua binding and codec for memcached",
detailed = [[
@@ -22,7 +22,7 @@ external_dependencies = {
22
}
23
source = {
24
url = "git+https://github.com/anaef/lua-memcached.git",
25
- tag = "v1.0.1",
+ tag = "v1.0.2",
26
27
build = {
28
type = "builtin",
0 commit comments