Skip to content

Commit 15f4d13

Browse files
committed
Release v0.5
1 parent 5a94ab2 commit 15f4d13

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UNRELEASED
1+
0.5 - 2018-07-15
22

33
- http: Cache-Control directives are case-normalised and grouped into pairs
44
- http: Strict_Transport_Security now returns a table and doesn't match on duplicates

lpeg_patterns-scm-0.rockspec renamed to lpeg_patterns-0.5-0.rockspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "lpeg_patterns"
2-
version = "scm-0"
2+
version = "0.5-0"
33

44
description= {
55
summary = "a collection of LPEG patterns";
@@ -12,7 +12,8 @@ dependencies = {
1212
}
1313

1414
source = {
15-
url = "git://github.com/daurnimator/lpeg_patterns.git";
15+
url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
16+
dir = "lpeg_patterns-0.5";
1617
}
1718

1819
build = {

0 commit comments

Comments
 (0)