diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb9bcf..c4cbbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index cdd0d31..ad5ca79 100644 --- a/package.json +++ b/package.json @@ -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",