From ee54ad542f6b0688a659b6117b869d329d62a85f Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Tue, 13 Jan 2026 16:35:24 +0545 Subject: [PATCH] feat: release v2.0.3 Signed-off-by: Abhishek Choudhary --- ....2-0.rockspec => lua-resty-logger-socket-2.0.3-0.rockspec} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename rockspec/{lua-resty-logger-socket-2.0.2-0.rockspec => lua-resty-logger-socket-2.0.3-0.rockspec} (92%) diff --git a/rockspec/lua-resty-logger-socket-2.0.2-0.rockspec b/rockspec/lua-resty-logger-socket-2.0.3-0.rockspec similarity index 92% rename from rockspec/lua-resty-logger-socket-2.0.2-0.rockspec rename to rockspec/lua-resty-logger-socket-2.0.3-0.rockspec index 6263177..553473c 100644 --- a/rockspec/lua-resty-logger-socket-2.0.2-0.rockspec +++ b/rockspec/lua-resty-logger-socket-2.0.3-0.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-logger-socket" -version = "2.0.2-0" +version = "2.0.3-0" source = { url = "git://github.com/api7/lua-resty-logger-socket", - tag = "v2.0.2", + tag = "v2.0.3", } description = {