From 2c496b3e13d2ad75e27118c8422f2a428ea09e1b Mon Sep 17 00:00:00 2001 From: Miguel Carvajal Date: Sun, 14 Oct 2018 15:30:32 +0200 Subject: [PATCH] Release/2.0.0 (#92) * Upgrade package version * Update changelog --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9102a7c4..815d7baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 1d0cffd3..da359178 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",