aboutsummaryrefslogtreecommitdiff
path: root/docs/topics/CHANGELOG.md.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/CHANGELOG.md.html')
-rw-r--r--docs/topics/CHANGELOG.md.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html
index fd3ba59..fa2d706 100644
--- a/docs/topics/CHANGELOG.md.html
+++ b/docs/topics/CHANGELOG.md.html
@@ -98,8 +98,7 @@
98 <li>commit the changes as <code>Release vX.Y.Z</code></li> 98 <li>commit the changes as <code>Release vX.Y.Z</code></li>
99 <li>push the commit, and create a release PR</li> 99 <li>push the commit, and create a release PR</li>
100 <li>after merging tag the release commit with <code>vX.Y.Z</code></li> 100 <li>after merging tag the release commit with <code>vX.Y.Z</code></li>
101 <li>upload to LuaRocks:<br/> 101 <li>upload to LuaRocks will be automatic by the CI runners</li>
102 <code>luarocks upload ./rockspecs/luasystem-X.Y.Z-1.rockspec --api-key=ABCDEFGH</code></li>
103 <li>test the newly created rock:<br/> 102 <li>test the newly created rock:<br/>
104 <code>luarocks install luasystem</code></li> 103 <code>luarocks install luasystem</code></li>
105</ul> 104</ul>
@@ -107,7 +106,13 @@
107<p><a name="Version_history"></a></p> 106<p><a name="Version_history"></a></p>
108<h2>Version history</h2> 107<h2>Version history</h2>
109 108
110<h3>unreleased</h3> 109<h3>version 0.5.1, released 12-Mar-2025</h3>
110
111<ul>
112 <li>Fix: on older unixes with glibc &lt; 2.25, fall back to <code>/dev/urandom</code></li>
113</ul>
114
115<h3>version 0.5.0, released 02-Mar-2025</h3>
111 116
112<ul> 117<ul>
113 <li>Feat: when detecting character display width, also accept unicode codepoints (integers), 118 <li>Feat: when detecting character display width, also accept unicode codepoints (integers),
@@ -194,7 +199,7 @@
194</div> <!-- id="main" --> 199</div> <!-- id="main" -->
195<div id="about"> 200<div id="about">
196<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> 201<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
197<i style="float:right;">Last updated 2025-03-02 19:43:40 </i> 202<i style="float:right;">Last updated 2025-03-12 15:17:50 </i>
198</div> <!-- id="about" --> 203</div> <!-- id="about" -->
199</div> <!-- id="container" --> 204</div> <!-- id="container" -->
200</body> 205</body>