Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add luatz as dependency #5

Merged
merged 3 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Install Busted
run: |
/usr/local/openresty/luajit/bin/luarocks install busted
/usr/local/openresty/luajit/bin/luarocks install luatz
/usr/local/openresty/luajit/bin/luarocks install luasocket

- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ We set up an automated release workflow:
1. Submit a PR with the name `feat: release vX.Y.Z`
1. Merge PR with the commit name `feat: release vX.Y.Z`

### 2.0.1 (10-Aug-2024)

- fix: add luatz as dependency
[5](https://github.com/api7/lua-resty-aws/pull/5)

### 2.0.0 (09-Aug-2024)

- feat: remove XML dependency to simplify installation
Expand Down
1 change: 1 addition & 0 deletions lua-resty-aws-dev-1.rockspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = {
"lua-resty-http >= 0.16",
"lua-resty-luasocket ~> 1",
"lua-resty-openssl >= 0.8.17",
"luatz = 0.4-1",
}

build = {
Expand Down
Loading