Bump version to 1.8.0

This commit is contained in:
1computer1 2019-06-01 01:24:23 -04:00
parent 0acb75aad6
commit d1f14e4d42
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## 1.8.0
- Added the APL language.
- Added imports to Haskell's `e` mode.
- Fixed special characters interfering with run scripts.
- Fixed simple errors (non-zero exit codes) from killing containers.
- This may be reversed if it causes problems.
## 1.7.0
- Added the Brainfuck language.

View file

@ -1,6 +1,6 @@
{
"name": "comp_iler",
"version": "1.7.0",
"version": "1.8.0",
"description": "Sandboxed eval bot",
"main": "src/index.js",
"author": "1Computer1",