Skip to content

Commit 8494928

Browse files
committed
Release v0.1.5
1 parent 81e31b6 commit 8494928

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.5] - 2021-08-02
57
### Added
68
- Include the name of the extension in the right side of predicted types.
79
- A naive support for predicting types in the case of variables redeclaration in the scope of functions (Addresses [#7](https://github.com/saltudelft/type4py-vscode-ext/issues/7)).

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.4",
4+
"version": "0.1.5",
55
"description": "Machine learning-based type autocompletion for Python",
66
"icon": "images/icon.ico",
77
"publisher": "saltud",

0 commit comments

Comments
 (0)