all repos — min @ 86d0598a2561760ad1a53189af7209a12d86ba02

A small but practical concatenative programming language.

Preparing for patch release.
h3rald h3rald@h3rald.com
Sun, 23 Jul 2023 08:52:38 +0000
commit

86d0598a2561760ad1a53189af7209a12d86ba02

parent

aa61ed20a290aa54edb403ac92712e9861bcf764

3 files changed, 5 insertions(+), 15 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: 112872350 +id: 113215538 name: min -version: 0.38.0+version: 0.38.1
M next-release.mdnext-release.md

@@ -1,14 +1,4 @@

-### New Features - -* min is now a superset of [mn](https://h3rald.com/mn): - * Implemented support for executing commands by wrapping strings in `[ ]`, like in mn. - * Implemented new `quotecmd` symbol to quote command strings. - * Implement aliases for compatibility with _mn_: `getstack` (`get-stack`), `setstack` (`set-stack`), `lambdabind` (`lambda-bind`), `read` (`fread`), `write` (`fwrite`). - ### Fixes and Improvements -* Documentation improvements and fixes (thanjs @agentofuser, @tristanmcd130, and @jo-he). -* Fixed #184 (thanks @inivekin). -* Fixed problem with hardcoded relative paths to third-party libraries that prevented installing via nimble. -* Removed filename/line/column from generated Nim code when compiling. -* Upgraded OpenSSL to v3.1.1. +* Recompiled OpenSSL on Linux and macOS to match Windows configuration and reduce size. +* Now compressing executables using upx to reduce size.
M site/settings.jsonsite/settings.json

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

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