Increment version.
h3rald h3rald@h3rald.com
Sun, 03 Dec 2023 15:34:59 +0100
4 files changed,
3 insertions(+),
14 deletions(-)
M
next-release.md
→
next-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.json
→
site/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.min
→
tasks/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.