all repos — hex @ 986c9251339f80e12599e67d053606c15e331be8

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

Added ConVer files.
h3rald h3rald@h3rald.com
Mon, 15 Jun 2026 19:48:35 +0000
commit

986c9251339f80e12599e67d053606c15e331be8

parent

d1002332983cbcfdb2bf8c474888c6b65d6407f5

A .conver/history.txt

@@ -0,0 +1,1 @@

+2026-06-15: +4800 # Re-released using ConVer
A .conver/release.txt

@@ -0,0 +1,1 @@

+4800
A VERSIONING.md

@@ -0,0 +1,7 @@

+This project uses the Convergent Versioning system. + +The version number is a 2-byte hexadecimal integer from 0x0000 to 0xFFFF, with the first three digitsindicating the project _dependability score_ and the last digit encoding the version impact, compatibility, and purpose. + +A version number compliant with Semantic Versioning can be derived from the project history, and will still be used if required by package managers or similar software. + +For more information, see the [Convergent Versioning specification](https://h3rald.com/conver).