Added release info.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2024 18:10:25 +0100
2 files changed,
20 insertions(+),
6 deletions(-)
M
CHANGELOG.md
→
CHANGELOG.md
@@ -1,10 +1,17 @@
<article> <h2>Changelog</h2> - <h3>v0.1.0 - TBD</h3> + <h3>v0.1.0 — 2024-12-14</h3> -<p>Initial release.</p> +<p>Initial release, featuring:</p> <ul> - <li>...</li> + <li>A multi-platform executable for the <em>hex</em> interpreter.</li> + <li>Integrated REPL.</li> + <li>Integrated help and manual.</li> + <li>Debug mode.</li> + <li>0x40 (64) native symbols.</li> + <li>Support for 32bit hexadecimal integers, strings, and quotations (lists).</li> + <li>A complete <a href="https://hex.2c.fyi">web site</a> with more documentation and even an interactive playground. + </li> </ul> </article>
M
releases/0.1.0.html
→
releases/0.1.0.html
@@ -1,6 +1,13 @@
-<h3>v0.1.0 - TBD</h3> +<h3>v0.1.0 — 2024-12-14</h3> -<p>Initial release.</p> +<p>Initial release, featuring:</p> <ul> - <li>...</li> + <li>A multi-platform executable for the <em>hex</em> interpreter.</li> + <li>Integrated REPL.</li> + <li>Integrated help and manual.</li> + <li>Debug mode.</li> + <li>0x40 (64) native symbols.</li> + <li>Support for 32bit hexadecimal integers, strings, and quotations (lists).</li> + <li>A complete <a href="https://hex.2c.fyi">web site</a> with more documentation and even an interactive playground. + </li> </ul>