Skip to content

Commit

Permalink
Update version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
doublec committed Oct 6, 2018
1 parent caf72fb commit 2bd0465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change Log

## unreleased
## 0.9 - 2018-10-06

- Add `shen-wasp.*argv*` variable to get list of command line arguments.
- Fix 'cd' function so current directory changing works with 'load'.
- Add command line arguments to load scripts, evaluate expressions and show usage.

## 0.8 - 2018-07-04

Expand Down
2 changes: 1 addition & 1 deletion driver.ms
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

(kl:set (quote *language*) "Wasp Lisp")
(kl:set (quote *implementation*) "WaspVM")
(kl:set (quote *port*) "0.8")
(kl:set (quote *port*) "0.9")
(kl:set (quote *porters*) "Chris Double")
(kl:set (quote *sterror*) (cons (current-output) #f))
(kl:set (quote *stinput*) (cons (current-input) (make-string)))
Expand Down

0 comments on commit 2bd0465

Please sign in to comment.