Skip to content

Commit dfe85eb

Browse files
authored
Release 1.2.0 (#65)
* update changelog * bump version * update changelog
1 parent 2c8ac45 commit dfe85eb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this extension will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.2.0] - 2018-05-25
9+
10+
### Fixed
11+
* Linter was broken in previous version (#55)
12+
* Symbol listing was failing for subroutine without brackets (#61)
13+
14+
### Added
15+
* Improved indentation rules (#57)
16+
* Better syntax highlighting of module names (#51)
17+
818
## [1.1.0] - 2018-04-16
919

1020
### Fixed
@@ -15,8 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1525

1626
* Improvements on preprocessor directives highlighting
1727

18-
## [0.6.3] - 2018-01-27
19-
2028
## [1.0.1] - 2018-03-19
2129

2230
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Modern Fortran",
44
"description":
55
"Modern Fortran language support, including syntax highlighting and error detection.",
6-
"version": "1.1.0",
6+
"version": "1.2.0",
77
"publisher": "krvajalm",
88
"engines": {
99
"vscode": "^1.19.0"

0 commit comments

Comments
 (0)