Initialized new dev release
h3rald h3rald@h3rald.com
Sun, 17 Jan 2021 20:32:25 +0000
3 files changed,
4 insertions(+),
13 deletions(-)
M
next-release.md
→
next-release.md
@@ -1,9 +0,0 @@
-* Added **dsinit!** symbol. -* Added **sealed?** and **sealed-sigil?** symbols. -+ **floor** and **ceil** now correctly return an integer again. -* Added **abs** symbol. -* Now executing min shell if no file is specified (unless input is piped in), without the need of specifying **-i**. -* Implemented the possibility to define type classes using the **typeclass** symbol. -* Added **stringlike?** symbol. -* Implemented support for generics in operator signatures -* Now listing what items are polluting the stack.
M
site/settings.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.29.0" -} + "version": "0.30.0" +}