Skip to content

Commit

Permalink
release: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jan 10, 2025
1 parent 085f329 commit c779d57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
## [Unreleased]


<a name="1.5.2"></a>
## [1.5.2] - 2025-01-10
### bug fixes
- pkey.new() failed, if compile pkey.lua to LuaJIT bytecode ([#193](https://github.com/fffonion/lua-resty-openssl/issues/193)) [085f329](https://github.com/fffonion/lua-resty-openssl/commit/085f3298720cbe07d02a21daec6eebdf52e35a54)
- **pkey:** fix compose of ecx key not effective [1dd84ae](https://github.com/fffonion/lua-resty-openssl/commit/1dd84ae5f7c5f5421be7ce5fb155d249238fed58)


<a name="1.5.1"></a>
## [1.5.1] - 2024-07-25

Expand Down Expand Up @@ -619,7 +626,8 @@
- **x509:** export pubkey [ede4f81](https://github.com/fffonion/lua-resty-openssl/commit/ede4f817cb0fe092ad6f9ab5d6ecdcde864a9fd8)


[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/1.5.1...HEAD
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/1.5.2...HEAD
[1.5.2]: https://github.com/fffonion/lua-resty-openssl/compare/1.5.1...1.5.2
[1.5.1]: https://github.com/fffonion/lua-resty-openssl/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/fffonion/lua-resty-openssl/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/fffonion/lua-resty-openssl/compare/1.3.1...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openssl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ try_require_modules()


local _M = {
_VERSION = '1.5.1',
_VERSION = '1.5.2',
}

function _M.load_modules()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-openssl"
version = "1.5.1-1"
version = "1.5.2-1"
source = {
url = "git+https://github.com/fffonion/lua-resty-openssl.git",
tag = "1.5.1"
tag = "1.5.2"
}
description = {
detailed = "FFI-based OpenSSL binding for LuaJIT.",
Expand Down

0 comments on commit c779d57

Please sign in to comment.