Preparing for patch release.
h3rald h3rald@h3rald.com
Sun, 23 Jul 2023 08:52:38 +0000
3 files changed,
5 insertions(+),
15 deletions(-)
M
next-release.md
→
next-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.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.38.0" + "version": "0.38.1" }