Skip to content

Commit

Permalink
Release 1.2.0 (#65)
Browse files Browse the repository at this point in the history
* update changelog

* bump version

* update changelog
  • Loading branch information
krvajal authored May 25, 2018
1 parent 2c8ac45 commit dfe85eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this extension will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.0] - 2018-05-25

### Fixed
* Linter was broken in previous version (#55)
* Symbol listing was failing for subroutine without brackets (#61)

### Added
* Improved indentation rules (#57)
* Better syntax highlighting of module names (#51)

## [1.1.0] - 2018-04-16

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

* Improvements on preprocessor directives highlighting

## [0.6.3] - 2018-01-27

## [1.0.1] - 2018-03-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Modern Fortran",
"description":
"Modern Fortran language support, including syntax highlighting and error detection.",
"version": "1.1.0",
"version": "1.2.0",
"publisher": "krvajalm",
"engines": {
"vscode": "^1.19.0"
Expand Down

0 comments on commit dfe85eb

Please sign in to comment.