Skip to content

Commit

Permalink
Update CHANGELOG and package.json for releasing v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am committed Jul 15, 2021
1 parent 3302829 commit 9bcac70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the [Type4Py's VSCode extension](https://github.com/saltu

## [Unreleased]

## [0.1.2] - 2021-07-15
### Added
- Some improvements to README and the package file

### Fixed
- The list of predicted types changes when inserting an extra space after the annotation syntax, i.e, `:` or `->`.


## [0.1.0] - 2021-07-14
### Added
- Querying the pre-trained [Type4Py](https://github.com/saltudelft/type4py) model on the server.
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.1",
"version": "0.1.2",
"description": "Machine learning-based type autocompletion for Python",
"icon": "images/icon.ico",
"publisher": "saltud",
Expand Down

0 comments on commit 9bcac70

Please sign in to comment.