Updating release.
h3rald h3rald@h3rald.com
Fri, 22 May 2026 15:46:12 +0200
4 files changed,
4 insertions(+),
16 deletions(-)
M
min.nimble
→
min.nimble
@@ -1,6 +1,6 @@
# Package -version = "0.47.0" +version = "0.47.1" author = "Fabio Cevasco" description = "A small but practical concatenative programming language and shell." license = "MIT"
M
next-release.md
→
next-release.md
@@ -1,16 +1,4 @@
-### New Features - -* No longer auto-quoting values. Now keeping track of whether quotations are meant to be data or operators internally. -* Introduced the concept of _lambda keys_ (`^`-prefixed) for dictionaries, for storing executable quotations. -* Added `dict.lambda` symbol store operators in dictionaries. - ### Fixes and Improvements -* Various minor documentation fixes. -* `sys.ls-r` now returns directories and symlinks as well. -* Fixed compilation of dictionary literals (Closes #194). -* Displaying hint message in case of unhandled exceptions if `-d` is not specified (Closes #196). -* Updated vendor library paths to include architecture information as well. -* Fixed resolution of static libraries based on min sources rather than current project. -* Upgraded OpenSSL to version 4.0.0. +* Now differentiating between null and unknown symbols.
M
site/settings.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.47.0" + "version": "0.47.1" }