~technomancy/fennel

a9e0577c59c4cbbf2371600f50a0a58240403ccb — Phil Hagelberg 3 years ago 842c5d9
Next version will be 0.9.0 not 0.8.2
2 files changed, 2 insertions(+), 2 deletions(-)

M changelog.md
M src/fennel.fnl
M changelog.md => changelog.md +1 -1
@@ 1,6 1,6 @@
# Summary of user-visible changes

## 0.8.2 / ???
## 0.9.0 / ???

* Include stack trace for errors during macroexpansion
* The `sym` function in compile scope now takes a source table second argument

M src/fennel.fnl => src/fennel.fnl +1 -1
@@ 106,7 106,7 @@
            : view
            : eval
            :dofile dofile*
            :version :0.8.2-dev
            :version :0.9.0-dev
            : repl
            ;; backwards-compatibility aliases
            :loadCode specials.load-code