Skip to content

Commit d7cf6fd

Browse files
committed
Release 1.4.0
1 parent 2b812ee commit d7cf6fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.4.0] - 2020-10-18
4+
5+
* Added type hinting for bytes
6+
* Changed the default workspace search limit to 10
7+
38
## [1.3.0] - 2020-08-22
49

510
* Type hints for the typing module are now provided at the bottom of the list by default

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-python-typehint",
33
"displayName": "Python Type Hint",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"publisher": "njqdev",
66
"description": "Type hint completion for Python.",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)