all repos — min @ 44d7f420c31efc599e3445373bb389af5e2d542f

A small but practical concatenative programming language.

Increment version.
h3rald h3rald@h3rald.com
Sun, 03 Dec 2023 15:34:59 +0100
commit

44d7f420c31efc599e3445373bb389af5e2d542f

parent

f05d577d8657699c8d30ac0faee41102b94b57f3

4 files changed, 3 insertions(+), 14 deletions(-)

jump to
M min.ymlmin.yml

@@ -2,4 +2,4 @@ author: Fabio Cevasco

description: A small but practical concatenative programming language and shell. id: 132245884 name: min -version: 0.42.0+version: 0.43.0
M next-release.mdnext-release.md

@@ -1,20 +1,9 @@

### BREAKING CHANGES -* The `dpairs` symbol now returns a quotation of quotations, each containing a value/key pair. ### New Features -* Added `dev` symbol to toggle development mode within a min program. -* Implemented [mmm](http://localhost:1337/learn-mmm), i.e. _min module management_. The following new commands are now built-in into the min executable: - * min init — Initialize a manage module. - * min install — Install a managed module. - * min uninstall — Uninstall a managed module. - * min update — Update a managed module. - * min list — List all dependent managed modules. - * min search — Search for managed module. ### Fixes and Improvements -* Fixed `help` symbol and `min help` command to correctly report sigil documentation. -* Documented `~` (alias and sigil for `lambda-bind`) symbol.
M site/settings.jsonsite/settings.json

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

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.42.0" + "version": "0.43.0" }
M tasks/version.mintasks/version.min

@@ -77,4 +77,4 @@ new-version update-yaml-config

new-version update-site-config ) ) :: -;; Increments the min patch version.+;; Increments the min patch version.