Bump version to 1.10.1
This commit is contained in:
parent
32e297ee07
commit
d0470e084f
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.10.1
|
||||||
|
|
||||||
|
- Fixed cleanup not invalidating cache.
|
||||||
|
- Fixed errors not causing containers to be cleaned up.
|
||||||
|
|
||||||
## 1.10.0
|
## 1.10.0
|
||||||
|
|
||||||
- Changed how workspaces are made, evaluations should only have access to their own folder now.
|
- Changed how workspaces are made, evaluations should only have access to their own folder now.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "comp_iler",
|
"name": "comp_iler",
|
||||||
"version": "1.10.0",
|
"version": "1.10.1",
|
||||||
"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