Skip to content

Commit 47da2d1

Browse files
pedro-ricardokrvajal
authored andcommitted
Minor release for version 2.0.1 (#95)
### Check List - [x] Merge #93 for fix on default configuration and compilation errors - [x] Update changelog - [x] Update Package.json
1 parent df683c2 commit 47da2d1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [2.0.1] - 2018-10-18
11+
12+
### Changed
13+
14+
- Changed default configuration of LanguageServer to `false`
15+
- Update vscode minimal engine
16+
1017
## [2.0.0] - 2018-10-14
1118

1219
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linter-gfortran",
33
"displayName": "Modern Fortran",
44
"description": "Modern Fortran language support, including syntax highlighting and error detection.",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"publisher": "krvajalm",
77
"engines": {
88
"vscode": "^1.25.x"

0 commit comments

Comments
 (0)