Skip to content

Commit a7ccc3b

Browse files
authored
fix: add luatz as dependency (#5)
1 parent c34387f commit a7ccc3b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ We set up an automated release workflow:
172172
1. Submit a PR with the name `feat: release vX.Y.Z`
173173
1. 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

lua-resty-aws-dev-1.rockspec.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3233
build = {

0 commit comments

Comments
 (0)