Skip to content

Commit 8538da3

Browse files
authored
Merge pull request #1288 from fortran-lang/release/v4.0.0
release/v4.0.0
2 parents 0675b26 + 4bec9f1 commit 8538da3

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.0]
11+
1012
### Added
1113

1214
- Added syntax highlighting support for `sync` and `event` image control statements
@@ -599,7 +601,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
599601

600602
- Initial release
601603

602-
[unreleased]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.0....HEAD
604+
[unreleased]: https://github.com/fortran-lang/vscode-fortran-support/compare/v4.0.0...HEAD
605+
[4.0.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.2.0...v4.0.0
603606
[3.2.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.1.0...v3.2.0
604607
[3.1.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v3.0.0...v3.1.0
605608
[3.0.0]: https://github.com/fortran-lang/vscode-fortran-support/compare/v2.6.2...v3.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "Fortran language support, syntax highlighting, Language Server support, Debugging, Diagnostics and much more.",
5-
"version": "3.4.0",
5+
"version": "4.0.0",
66
"publisher": "fortran-lang",
77
"license": "MIT",
88
"author": {

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ function detectDeprecatedOptions() {
186186

187187
async function showWhatsNew() {
188188
vscode.env.openExternal(
189-
vscode.Uri.parse('https://github.com/fortran-lang/vscode-fortran-support/wiki/Pre-Release')
189+
vscode.Uri.parse('https://github.com/fortran-lang/vscode-fortran-support/wiki/v4.0.0')
190190
);
191191
}

0 commit comments

Comments
 (0)