all repos — nifty @ 3a816f02a8f1857b51ffcf44a4773b0e4ffb295b

A tiny (pseudo) package manager and script runner.

Added conver files
h3rald h3rald@h3rald.com
Mon, 15 Jun 2026 20:38:19 +0000
commit

3a816f02a8f1857b51ffcf44a4773b0e4ffb295b

parent

4d6c806c10e5b562d7f64d56a329eec806eb3f64

A .conver/history.txt

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

+2026-06-15: +7800 # Re-releasing using ConVer
A .conver/legacy.txt

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

+1.2.3
A .conver/release.txt

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

+7800
A .conver/semver.txt

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

+1.2.4
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).