Skip to content

Commit 9bcac70

Browse files
committed
Update CHANGELOG and package.json for releasing v0.1.2
1 parent 3302829 commit 9bcac70

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to the [Type4Py's VSCode extension](https://github.com/saltu
33

44
## [Unreleased]
55

6+
## [0.1.2] - 2021-07-15
7+
### Added
8+
- Some improvements to README and the package file
9+
10+
### Fixed
11+
- The list of predicted types changes when inserting an extra space after the annotation syntax, i.e, `:` or `->`.
12+
13+
614
## [0.1.0] - 2021-07-14
715
### Added
816
- Querying the pre-trained [Type4Py](https://github.com/saltudelft/type4py) model on the server.

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

0 commit comments

Comments
 (0)