Bump version to 1.4.0
This commit is contained in:
parent
24a92a3dc1
commit
9c8c0838b0
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# 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
|
## 1.3.0
|
||||||
|
|
||||||
- Added `concurrent` config option.
|
- Added `concurrent` config option.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "comp_iler",
|
"name": "comp_iler",
|
||||||
"version": "1.3.0",
|
"version": "1.4.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