Skip to content

Commit 41327f6

Browse files
committed
chore(*): release 1.0.1
### Removed - The unnecessary `:is_valid` was removed (the URL is validated when parsed) ### Added - Explicitly free Ada URL object on invalid URLs Signed-off-by: Aapo Talvensaari <[email protected]>
1 parent 044251a commit 41327f6

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to `lua-resty-ada` will be documented in this file.
44

55

6+
## [1.0.1] - 2024-08-20
7+
### Removed
8+
- The unnecessary `:is_valid` was removed (the URL is validated when parsed)
9+
10+
### Added
11+
- Explicitly free Ada URL object on invalid URLs
12+
613
## [1.0.0] - 2024-08-08
714
### Added
815
- Initial, but complete, implementation of LuaJIT FFI bindings to Ada

docs/classes/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ <h3>Usage:</h3>
922922
</div> <!-- id="main" -->
923923
<div id="about">
924924
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
925-
<i style="float:right;">Last updated 2024-08-20 20:53:23 </i>
925+
<i style="float:right;">Last updated 2024-08-20 21:17:51 </i>
926926
</div> <!-- id="about" -->
927927
</div> <!-- id="container" -->
928928
</body>

docs/classes/url.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,7 @@ <h2 class="section-header "><a name="Properties"></a>Properties </h2>
21242124
</div> <!-- id="main" -->
21252125
<div id="about">
21262126
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
2127-
<i style="float:right;">Last updated 2024-08-20 20:53:23 </i>
2127+
<i style="float:right;">Last updated 2024-08-20 21:17:51 </i>
21282128
</div> <!-- id="about" -->
21292129
</div> <!-- id="container" -->
21302130
</body>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Classes</h2>
7777
</div> <!-- id="main" -->
7878
<div id="about">
7979
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
80-
<i style="float:right;">Last updated 2024-08-20 20:53:23 </i>
80+
<i style="float:right;">Last updated 2024-08-20 21:17:51 </i>
8181
</div> <!-- id="about" -->
8282
</div> <!-- id="container" -->
8383
</body>

docs/modules/resty.ada.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,7 @@ <h3>Usage:</h3>
29762976
</div> <!-- id="main" -->
29772977
<div id="about">
29782978
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
2979-
<i style="float:right;">Last updated 2024-08-20 20:53:23 </i>
2979+
<i style="float:right;">Last updated 2024-08-20 21:17:51 </i>
29802980
</div> <!-- id="about" -->
29812981
</div> <!-- id="container" -->
29822982
</body>

docs/modules/resty.ada.search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ <h3>Usage:</h3>
823823
</div> <!-- id="main" -->
824824
<div id="about">
825825
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
826-
<i style="float:right;">Last updated 2024-08-20 20:53:23 </i>
826+
<i style="float:right;">Last updated 2024-08-20 21:17:51 </i>
827827
</div> <!-- id="about" -->
828828
</div> <!-- id="container" -->
829829
</body>

lua-resty-ada-1.0.0-1.rockspec renamed to lua-resty-ada-1.0.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-ada"
2-
version = "1.0.0-1"
2+
version = "1.0.1-1"
33
source = {
44
url = "git+https://github.com/bungle/lua-resty-ada.git",
5-
tag = "v1.0.0",
5+
tag = "v1.0.1",
66
}
77
description = {
88
summary = "LuaJIT FFI bindings to Ada — WHATWG-compliant and fast URL parser",

0 commit comments

Comments
 (0)