Skip to content

Commit

Permalink
Release/2.0.0 (#92)
Browse files Browse the repository at this point in the history
* Upgrade package version

* Update changelog
  • Loading branch information
krvajal authored Oct 14, 2018
1 parent db6d1e3 commit 2c496b3
Show file tree
Hide file tree
Showing 2 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 @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2018-10-14

### Added

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

### Changed

- Updated the minimum supported version of VS Code to 1.22.0
- Internal changes and cleanup

## [1.3.1] - 2018-06-26

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-gfortran",
"displayName": "Modern Fortran",
"description": "Modern Fortran language support, including syntax highlighting and error detection.",
"version": "1.3.1",
"version": "2.0.0",
"publisher": "krvajalm",
"engines": {
"vscode": "^1.22.0"
Expand Down Expand Up @@ -133,7 +133,7 @@
"type": "boolean",
"default": true,
"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"
},
},
"fortran.preferredCase": {
"type": "string",
"default": "lowercase",
Expand Down

0 comments on commit 2c496b3

Please sign in to comment.