Skip to content

Commit 0fd66a8

Browse files
committed
Updates the version number to 2.4.0
Create the tag once this is merged to master
1 parent eefaf92 commit 0fd66a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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+
## [2.4.0]
11+
1012
## Fixed
1113

1214
- Extension now activates for `FortranFixedForm`
@@ -294,7 +296,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
294296

295297
- Initial release
296298

297-
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.3.1...HEAD
299+
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...HEAD
300+
[2.4.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.3.1...v2.4.0
298301
[2.3.1]: https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.3.1
299302
[2.3.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
300303
[2.2.2]: https://github.com/krvajal/vscode-fortran-support/compare/2.2.1...v2.2.1

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.3.1",
5+
"version": "2.4.0",
66
"publisher": "krvajalm",
77
"license": "MIT",
88
"author": {

0 commit comments

Comments
 (0)