File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4343 - name : Install Busted
4444 run : |
4545 /usr/local/openresty/luajit/bin/luarocks install busted
46- /usr/local/openresty/luajit/bin/luarocks install luatz
4746 /usr/local/openresty/luajit/bin/luarocks install luasocket
4847
4948 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -172,6 +172,11 @@ We set up an automated release workflow:
1721721 . Submit a PR with the name ` feat: release vX.Y.Z `
1731731 . Merge PR with the commit name ` feat: release vX.Y.Z `
174174
175+ ### 2.0.1 (10-Aug-2024)
176+
177+ - fix: add luatz as dependency
178+ [ 5] ( https://github.com/api7/lua-resty-aws/pull/5 )
179+
175180### 2.0.0 (09-Aug-2024)
176181
177182- feat: remove XML dependency to simplify installation
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies = {
2727 "lua-resty-http >= 0.16",
2828 "lua-resty-luasocket ~> 1",
2929 "lua-resty-openssl >= 0.8.17",
30+ "luatz = 0.4-1",
3031}
3132
3233build = {
You can’t perform that action at this time.
0 commit comments