Skip to content

Commit

Permalink
feat: release v1.9.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Sep 22, 2022
1 parent 7bbdc0b commit fbae1bb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions rockspec/lua-resty-etcd-1.9.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package = "lua-resty-etcd"
version = "1.9.0-0"
source = {
url = "git://github.com/api7/lua-resty-etcd",
tag = "v1.9.0"
}

description = {
summary = "Nonblocking Lua etcd driver library for OpenResty",
homepage = "https://github.com/api7/lua-resty-etcd",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}

dependencies = {
"api7-lua-resty-http = 0.1.0",
"luafilesystem = 1.7.0-2",
"penlight = 1.9.2-1",
"lua-typeof = 0.1"
}

build = {
type = "builtin",
modules = {
["resty.etcd"] = "lib/resty/etcd.lua",
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
["resty.etcd.serializers.json"] = "lib/resty/etcd/serializers/json.lua",
["resty.etcd.serializers.raw"] = "lib/resty/etcd/serializers/raw.lua",
["resty.etcd.health_check"] = "lib/resty/etcd/health_check.lua",
}
}
4 changes: 2 additions & 2 deletions rockspec/lua-resty-etcd-master-0.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package = "lua-resty-etcd-master"
version = "0.1-0"
source = {
url = "git://github.com/iresty/lua-resty-etcd",
url = "git://github.com/api7/lua-resty-etcd",
branch = "master",
}

description = {
summary = "Nonblocking Lua etcd driver library for OpenResty",
homepage = "https://github.com/iresty/lua-resty-etcd",
homepage = "https://github.com/api7/lua-resty-etcd",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}
Expand Down

0 comments on commit fbae1bb

Please sign in to comment.