Bump version to 1.8.0
This commit is contained in:
parent
0acb75aad6
commit
d1f14e4d42
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# 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
|
## 1.7.0
|
||||||
|
|
||||||
- Added the Brainfuck language.
|
- Added the Brainfuck language.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "comp_iler",
|
"name": "comp_iler",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"description": "Sandboxed eval bot",
|
"description": "Sandboxed eval bot",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"author": "1Computer1",
|
"author": "1Computer1",
|
||||||
|
|
Loading…
Reference in a new issue