Skip to content

Commit fa8ea64

Browse files
committed
Preparing v0.13.1 release.
1 parent 309465b commit fa8ea64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# lua-resty-auto-ssl Change Log
22

3-
## 0.13.1 - Unreleased
3+
## 0.13.1 - 2019-10-01
44

55
### Changed
6-
- Eliminate dependency on GNU version of the `date` command line utility to improve compatibility with Alpine Linux, BSDs, and others. Fixes warnings that may have started getting logged in v0.13.0. [#195](https://github.com/GUI/lua-resty-auto-ssl/issues/195)
6+
- Eliminate dependency on GNU version of the `date` command line utility to improve compatibility with Alpine Linux, BSDs, and others. Fixes warnings that may have started getting logged in v0.13.0. ([#196](https://github.com/GUI/lua-resty-auto-ssl/pull/196), [#195](https://github.com/GUI/lua-resty-auto-ssl/issues/195))
77
- Enable PCRE-JIT compilation of regular expressions used in code.
88

99
## 0.13.0 - 2019-09-30

lua-resty-auto-ssl-0.13.0-1.rockspec renamed to lua-resty-auto-ssl-0.13.1-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-auto-ssl"
2-
version = "0.13.0-1"
2+
version = "0.13.1-1"
33
source = {
44
url = "git://github.com/GUI/lua-resty-auto-ssl.git",
5-
tag = "v0.13.0",
5+
tag = "v0.13.1",
66
}
77
description = {
88
summary = "Automatic SSL handling for OpenResty",

0 commit comments

Comments
 (0)