Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am committed Aug 2, 2021
1 parent 81e31b6 commit 8494928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5] - 2021-08-02
### Added
- Include the name of the extension in the right side of predicted types.
- 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)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "type4py",
"displayName": "Type4Py",
"version": "0.1.4",
"version": "0.1.5",
"description": "Machine learning-based type autocompletion for Python",
"icon": "images/icon.ico",
"publisher": "saltud",
Expand Down

0 comments on commit 8494928

Please sign in to comment.