Skip to content

Commit

Permalink
Update CHANGELOG and package.json for v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am committed Jul 21, 2021
1 parent 92d6edd commit c84bdf0
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.4] - 2021-07-21
### Added
- Detecting `ExtensionMode` for testing and development using the local server (**ONLY FOR THE EXTENSION'S DEVELOPERS**).
- Submitting the canceled/rejected type predictions based on the user's consent.
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.3",
"version": "0.1.4",
"description": "Machine learning-based type autocompletion for Python",
"icon": "images/icon.ico",
"publisher": "saltud",
Expand Down

0 comments on commit c84bdf0

Please sign in to comment.