all repos — hex @ 2b7b395a6d5f58ddacadfa4e3d37aa74f84ea2bd

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Preparing to release.
h3rald h3rald@h3rald.com
Tue, 24 Dec 2024 18:38:25 +0000
commit

2b7b395a6d5f58ddacadfa4e3d37aa74f84ea2bd

parent

c815e8e37402ae8130970e87611b5195da2f4e8a

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M CHANGELOG.mdCHANGELOG.md

@@ -6,7 +6,7 @@ <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="v0.3.0">v0.3.0 &mdash; <em>Under Development</em></h3> + <h3 id="v0.3.0">v0.3.0 &mdash; 2024-12-25</h3> <h4>Breaking Changes</h4> <ul>
M scripts/web.hexscripts/web.hex

@@ -1,5 +1,5 @@

"2024" "meta-year" : -"0.2.0" "meta-release" : +"0.3.0" "meta-release" : "web/assets" "d-assets" : "web/templates" "d-templates" : "web/contents" "d-contents" :
M src/hex.hsrc/hex.h

@@ -20,7 +20,7 @@ #include <sys/wait.h>

#endif // Constants -#define HEX_VERSION "0.2.0" +#define HEX_VERSION "0.3.0" #define HEX_STDIN_BUFFER_SIZE 16384 #define HEX_REGISTRY_SIZE 1024 #define HEX_STACK_SIZE 256