all repos — min @ e84235fe5956a79451bdd550ba47b59b87ea6830

A small but practical concatenative programming language.

Prepared next release.
h3rald h3rald@h3rald.com
Sat, 29 Jul 2023 06:17:03 +0000
commit

e84235fe5956a79451bdd550ba47b59b87ea6830

parent

76a9adf5ed2d6de2de2f74b571aefed0e809bd00

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

jump to
M min.ymlmin.yml

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

author: Fabio Cevasco description: A small but practical concatenative programming language and shell. -id: 113215538 +id: 114079864 name: min -version: 0.38.1+version: 0.39.0
M next-release.mdnext-release.md

@@ -1,4 +1,8 @@

+### New Features + +* Significantly improved the min shell prompt by leveraging the nim-noise library + ### Fixes and Improvements -* Recompiled OpenSSL on Linux and macOS to match Windows configuration and reduce size. -* Now compressing executables using upx to reduce size. +n/a +
M site/settings.jsonsite/settings.json

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

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.38.1" + "version": "0.39.0" }