Skip to content

Commit 2c496b3

Browse files
authored
Release/2.0.0 (#92)
* Upgrade package version * Update changelog
1 parent db6d1e3 commit 2c496b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0] - 2018-10-14
11+
1012
### Added
1113

1214
- Syntax highlight for `forall` construct (#82)
1315
- Add experimental support for the [Fortran Language Server](https://github.com/hansec/fortran-language-server)
16+
- Added the option to specify the casing to use when providing autocompletion options (Fixes #35)
1417

1518
### Changed
1619

1720
- Updated the minimum supported version of VS Code to 1.22.0
21+
- Internal changes and cleanup
1822

1923
## [1.3.1] - 2018-06-26
2024

package.json

Lines changed: 2 additions & 2 deletions
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": "1.3.1",
5+
"version": "2.0.0",
66
"publisher": "krvajalm",
77
"engines": {
88
"vscode": "^1.22.0"
@@ -133,7 +133,7 @@
133133
"type": "boolean",
134134
"default": true,
135135
"description": "Experimental: Not available in Windows. Use Fortran language server from hansec for Hover, Definition, Find All References, Signature Help, File Outline and Workspace Symbol features"
136-
},
136+
},
137137
"fortran.preferredCase": {
138138
"type": "string",
139139
"default": "lowercase",

0 commit comments

Comments
 (0)