Marcelo Fornet 6 years ago
parent
commit
fd56a162a9
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 5 - 0
CHANGELOG.md

@@ -2,6 +2,11 @@
 
 Notable updates of **acmX**
 
+## 0.2.0
+
+* Integration with Competitive-Companion. Parsing problems and contests is delegated to this tool.
+* Generators are created automatically inspecting testcases. This is resolved with `tcgen`.
+
 ## 0.1.6
 
 * Fix bug in windows detecting problem path

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "description": "Competitive Programming made simple",
     "icon": "images/logo.png",
     "publisher": "marx24",
-    "version": "0.1.8",
+    "version": "0.2.0",
     "license": "MIT",
     "engines": {
         "vscode": "^1.30.0"