Skip to content

Commit 15bc59b

Browse files
authored
release: 0.8.21 (#105)
1 parent fa45b6c commit 15bc59b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
## [Unreleased]
33

44

5+
<a name="0.8.21"></a>
6+
## [0.8.21] - 2023-03-24
7+
### features
8+
- **x509.store:** extend verify to support setting flags ([#104](https://github.com/fffonion/lua-resty-openssl/issues/104)) [fa45b6c](https://github.com/fffonion/lua-resty-openssl/commit/fa45b6ce197dee7e2a55601bd4833f415c6cbaa2)
9+
10+
511
<a name="0.8.20"></a>
612
## [0.8.20] - 2023-03-10
713
### bug fixes
@@ -485,7 +491,8 @@
485491
- **x509:** export pubkey [ede4f81](https://github.com/fffonion/lua-resty-openssl/commit/ede4f817cb0fe092ad6f9ab5d6ecdcde864a9fd8)
486492

487493

488-
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.20...HEAD
494+
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.21...HEAD
495+
[0.8.21]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.20...0.8.21
489496
[0.8.20]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.19...0.8.20
490497
[0.8.19]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.18...0.8.19
491498
[0.8.18]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.17...0.8.18

Diff for: lib/resty/openssl.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ try_require_modules()
2525

2626

2727
local _M = {
28-
_VERSION = '0.8.20',
28+
_VERSION = '0.8.21',
2929
}
3030

3131
local libcrypto_name

Diff for: lua-resty-openssl-0.8.20-1.rockspec renamed to lua-resty-openssl-0.8.21-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openssl"
2-
version = "0.8.20-1"
2+
version = "0.8.21-1"
33
source = {
44
url = "git+https://github.com/fffonion/lua-resty-openssl.git",
5-
tag = "0.8.20"
5+
tag = "0.8.21"
66
}
77
description = {
88
detailed = "FFI-based OpenSSL binding for LuaJIT.",

0 commit comments

Comments
 (0)