Bumped version.
h3rald h3rald@h3rald.com
Fri, 01 Dec 2023 09:41:55 +0100
3 files changed,
2 insertions(+),
9 deletions(-)
M
next-release.md
→
next-release.md
@@ -1,16 +1,9 @@
### BREAKING CHANGES -* SSL is now enabled by default when installing via nimble and when compiling by default. Use `-d:nossl` to disable. ### New Features -* min shell now supports syntax highlighting for entered values. -* Implemented smart completion for invocations in min shell. -* Implemented new `tokenize` symbol. -* Added syntax highlighting to code examples on min site. ### Fixes and Improvements -* Auto-completions for files and folders now automatically end with `"`. -* The min shell no longer attempts to auto-complete executables (it never worked properly anyway).
M
site/settings.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.41.0" + "version": "0.42.0" }