Bump version to 1.4.0

This commit is contained in:
1computer1 2019-05-20 20:53:40 -04:00
parent 24a92a3dc1
commit 9c8c0838b0
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Changelog
## 1.4.0
- Added more configuration options.
- `parallel` to build and setup in parallel.
- `cleanup` to periodically kill containers.
- `cpus`, `memory`, `timeout`, `concurrent` can be per-compiler.
- Added more info to the `>about` command.
- Added logging about images and containers.
- Fixed `concurrent` option being ignored.
- Fixed languages with more than one compiler erroring on startup.
- Fixed timing out on setup.
- Fixed some containers exiting immediately.
- Fixed `go` erroring about cache directory.
## 1.3.0
- Added `concurrent` config option.

View file

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