Regenerated files.
h3rald h3rald@h3rald.com
Mon, 15 Jun 2026 19:50:58 +0000
2 files changed,
9 insertions(+),
2 deletions(-)
M
CHANGELOG.md
→
CHANGELOG.md
@@ -1,6 +1,7 @@
<article> <h2>Changelog</h2> <ul> +<li><a href="#v4800">v4800</a></li> <li><a href="#v0.7.0">v0.7.0</a></li> <li><a href="#v0.6.0">v0.6.0</a></li> <li><a href="#v0.5.0">v0.5.0</a></li>@@ -9,6 +10,12 @@ <li><a href="#v0.4.0">v0.4.0</a></li>
<li><a href="#v0.3.0">v0.3.0</a></li> <li><a href="#v0.2.0">v0.2.0</a></li> <li><a href="#v0.1.0">v0.1.0</a></li> +</ul> +<h3 id="v480-0">v480-0 — 2026-06-15</h3> + +<h4>Chores</h4> +<ul> + <li>Re-released using <a href="https://h3rald.com/conver">Convergent Versioning</a></li> </ul> <h3 id="v0.7.0">v0.7.0 — 2026-03-04</h3>
M
src/hex.c
→
src/hex.c
@@ -23,7 +23,7 @@ #include <sys/wait.h>
#endif // Constants -#define HEX_VERSION "0.7.0" +#define HEX_VERSION "480-0" #define HEX_STDIN_BUFFER_SIZE 16384 #define HEX_INITIAL_REGISTRY_SIZE 512 #define HEX_REGISTRY_SIZE 4096@@ -7220,7 +7220,7 @@ {
printf("\n" " _*_ _\n" " / \\hex\\*\n" - " *\\_/_/_/ v%s - (c) 2024-2025 Fabio Cevasco\n" + " *\\_/_/_/ v%s - (c) 2024-2026 Fabio Cevasco\n" " * \n", HEX_VERSION); printf("\n"