File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
2- Notable changes to the Fortran Error Handler will be documented here.
2+ Notable changes to the Fortran Error Handler are documented here.
33
44## [ Unreleased]
55
6+ ## [ 1.0.3] - 2021-12-31
7+
68### Added
79- Added option to compile with fpm (Fortran Package Manager) and updated README.md accordingly.
810
@@ -11,18 +13,21 @@ Notable changes to the Fortran Error Handler will be documented here.
1113No changes to code. Release is only to archive on Zenodo.
1214
1315## [ 1.0.1] - 2020-06-30
16+
1417### Added
1518- Option to turn off printing of non-critical (warning) errors on trigger. Configured by ` triggerWarnings ` parameter on ` ErrorHandler%init(...) ` .
1619- This CHANGELOG.
1720
1821### Fixed
1922- A few corrections to documentation.
2023
21- ## [ 1.0] - 2020-06-05
24+ ## [ 1.0.0] - 2020-06-05
25+
2226### Added
2327- First major release.
2428
25- [ Unreleased] : https://github.com/samharrison7/fortran-error-handler/tree/develop
26- [ 1.0.2 ] : https://github.com/samharrison7/fortran-error-handler/tree/1.0.2
27- [ 1.0.1 ] : https://github.com/samharrison7/fortran-error-handler/tree/1.0.1
28- [ 1.0] : https://github.com/samharrison7/fortran-error-handler/tree/1.0
29+ [ Unreleased] : https://github.com/samharrison7/fortran-error-handler/compare/1.0.3...HEAD
30+ [ 1.0.3 ] : https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.3
31+ [ 1.0.2 ] : https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.2
32+ [ 1.0.1 ] : https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.1
33+ [ 1.0.0] : https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0
Original file line number Diff line number Diff line change 4747 "keywords" : " Fortran, error handling" ,
4848 "license" : " MIT" ,
4949 "title" : " Fortran Error Handler" ,
50- "version" : " v1.0.0 "
51- }
50+ "version" : " v1.0.3 "
51+ }
Original file line number Diff line number Diff line change 11name = " feh"
2- version = " 1.0.2 "
2+ version = " 1.0.3 "
33license = " MIT"
44author = " Sam Harrison"
55@@ -15,4 +15,4 @@ source-dir = "tests"
1515main = " run_tests.f90"
1616
1717[install ]
18- library = true
18+ library = true
You can’t perform that action at this time.
0 commit comments