Release 1.9.0

This commit is contained in:
Hisham Muhammad
2025-12-28 15:48:49 -03:00
parent 31dcb88b12
commit a186cca583
3 changed files with 10 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ the underlying directory structure and file attributes.</p>
<h2><a name="status"></a>Status</h2>
<p>Current version is 1.8.0. It works with Lua 5.1, 5.2, 5.3 and 5.4, and it runs on various
<p>Current version is 1.9.0. It works with Lua 5.1 to Lua 5.5, and it runs on various
flavors of Unix (including Linux, BSDs, macOS) and Windows.</p>
<h2><a name="download"></a>Download</h2>
@@ -86,6 +86,13 @@ $ luarocks install luafilesystem
<h2><a name="history"></a>History</h2>
<dl class="history">
<dt><strong>Version 1.9.0</strong> [28/Dec/2025]</dt>
<dd><ul>
<li>Lua 5.5 support</li>
<li>Fixed some compiler warnings</li>
<li>Assorted improvements for Windows</li>
</ul></dd>
<dt><strong>Version 1.8.0</strong> [22/Apr/2020]</dt>
<dd><ul>
<li>Lua 5.4 support</li>