Skip to content

Commit d2fd710

Browse files
committed
Bump version number
1 parent 4faba43 commit d2fd710

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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.
1113
No 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

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
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+
}

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "feh"
2-
version = "1.0.2"
2+
version = "1.0.3"
33
license = "MIT"
44
author = "Sam Harrison"
55
maintainer = "[email protected]"
@@ -15,4 +15,4 @@ source-dir = "tests"
1515
main = "run_tests.f90"
1616

1717
[install]
18-
library = true
18+
library = true

0 commit comments

Comments
 (0)