From c84bdf0c10620ebf5264f043467648e45080ba79 Mon Sep 17 00:00:00 2001 From: mir-am Date: Wed, 21 Jul 2021 14:41:45 +0200 Subject: [PATCH] Update CHANGELOG and package.json for v0.1.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b033842..8e22ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to the [Type4Py's VSCode extension](https://github.com/saltudelft/type4py-vscode-ext) will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.4] - 2021-07-21 ### Added - Detecting `ExtensionMode` for testing and development using the local server (**ONLY FOR THE EXTENSION'S DEVELOPERS**). - Submitting the canceled/rejected type predictions based on the user's consent. diff --git a/package.json b/package.json index 016557f..8e83251 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "type4py", "displayName": "Type4Py", - "version": "0.1.3", + "version": "0.1.4", "description": "Machine learning-based type autocompletion for Python", "icon": "images/icon.ico", "publisher": "saltud",