diff --git a/Changelog.md b/Changelog.md index 0b9134c..705ed2c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +## 1.0.0-alpha.11 + +- ✨Add run command and documentation +- add ability to ask `pls` what its version is +- new import syntax for modules +- `print()` function converts any PSvalue -> PSString +- migrate from `yaml-ast-parser` -> `yaml` package +- Add installer with instructions to home page. + ## 1.0.0-alpha.10 - Allow calling fns that are referenced by a fn parameter diff --git a/version.json b/version.json index c27bec2..8d18e25 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -"0.0.0" +"1.0.0-alpha.11"