Skip to content

Commit 92e133a

Browse files
committed
v0.1.6 release
1 parent 45cb5fd commit 92e133a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
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).
33

44
## [Unreleased]
5+
6+
## [0.1.6] - 2021-09-01
7+
### Added
58
- Making the extension compatible with the Web version of VSCode ([#21](https://github.com/saltudelft/type4py-vscode-ext/pull/21)).
69
- Adding unit tests and integration testing ([#19](https://github.com/saltudelft/type4py-vscode-ext/pull/19)).
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "type4py",
33
"displayName": "Type4Py",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"description": "Machine learning-based type autocompletion for Python",
66
"icon": "images/icon.ico",
77
"publisher": "saltud",

0 commit comments

Comments
 (0)