Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
apommel committed Feb 3, 2020
1 parent 9da7b2f commit f734daf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Matlab Interactive Terminal extension for Visual Studio Code will be documented in this file.

## [0.2.7] - 2020-02-03
### Added
- Added option to specify the Python executable to use in case of several versions

## [0.2.6] - 2020-01-19
### Fixed
- Resolve encoding issues when running selection in new terminal
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "matlab-interactive-terminal",
"displayName": "Matlab Interactive Terminal",
"description": "Interactive MATLAB terminal for Visual Studio Code, compatible with Windows, Mac and Linux",
"version": "0.2.6",
"version": "0.2.7",
"publisher": "apommel",
"license": "SEE LICENSE",
"icon": "images/icon.png",
Expand Down

0 comments on commit f734daf

Please sign in to comment.