all repos — min @ 8f1844499f38d9a5124a5441919a456f9c681340

A small but practical concatenative programming language.

Updated minline version.
h3rald h3rald@h3rald.com
Wed, 02 Aug 2023 20:53:55 +0000
commit

8f1844499f38d9a5124a5441919a456f9c681340

parent

7c14158611ecb9d23761bc5195b33f528760b72a

4 files changed, 5 insertions(+), 11 deletions(-)

jump to
M min.nimblemin.nimble

@@ -17,7 +17,7 @@

requires "nim >= 1.6.12" requires "zippy >= 0.5.6 & < 0.6.0" requires "nimquery >= 2.0.1 & < 3.0.0" -requires "minline >= 0.1.0 & < 0.2.0" +requires "minline >= 0.1.1 & < 0.2.0" before install: exec "nimble install -y nifty"
M min.ymlmin.yml

@@ -1,5 +1,5 @@

author: Fabio Cevasco description: A small but practical concatenative programming language and shell. -id: 114079864 +id: 114841179 name: min -version: 0.39.0+version: 0.39.1
M next-release.mdnext-release.md

@@ -1,10 +1,4 @@

-### New Features - -* Implemented new `xml` module to work with XML content (addresses #21). -* Fixed month index in `timeinfo` and `to-timestamp` symbols (each month number was increased by 1); addresses #186. -* `--dev` is not automatically set when running min interactively. - ### Fixes and Improvements -* Fixed OpenSSL support on Windows. +* Fixed compilation errors with Nim 2.0.
M site/settings.jsonsite/settings.json

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

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.39.0" + "version": "0.39.1" }