all repos — min @ 34e5a54d1442bc2f19c53b568a02f3cb5e8ce1c3

A small but practical concatenative programming language.

Starting new release work.
h3rald h3rald@h3rald.com
Sun, 24 May 2026 09:24:38 +0000
commit

34e5a54d1442bc2f19c53b568a02f3cb5e8ce1c3

parent

8ce42cf21fe4dc511cceb15db66c3f2b45ef95e9

4 files changed, 9 insertions(+), 6 deletions(-)

jump to
M min.nimblemin.nimble

@@ -1,6 +1,6 @@

# Package -version = "0.47.1" +version = "0.48.0" author = "Fabio Cevasco" description = "A small but practical concatenative programming language and shell." license = "MIT"
M min.ymlmin.yml

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

author: Fabio Cevasco description: A small but practical concatenative programming language and shell. -id: 328011619 +id: 328473977 name: min -version: 0.47.1+version: 0.48.0
M next-release.mdnext-release.md

@@ -1,4 +1,7 @@

+### New Features + +tbd + ### Fixes and Improvements -* Now differentiating between null and unknown symbols. - +tbd
M site/settings.jsonsite/settings.json

@@ -6,5 +6,5 @@ "rules": "rules.min",

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.47.1" + "version": "0.48.0" }