Skip to content

Commit 12daf57

Browse files
committed
Merge branch 'release/1.0.4'
2 parents 4509b1e + 3cc69c7 commit 12daf57

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Notable changes to the Fortran Error Handler are documented here.
33

44
## [Unreleased]
55

6+
## [1.0.4] - 2022-01-02
7+
8+
### Fixed
9+
- Added copyright to `fpm.toml`
10+
611
## [1.0.3] - 2021-12-31
712

813
### Added
@@ -26,7 +31,8 @@ No changes to code. Release is only to archive on Zenodo.
2631
### Added
2732
- First major release.
2833

29-
[Unreleased]: https://github.com/samharrison7/fortran-error-handler/compare/1.0.3...HEAD
34+
[Unreleased]: https://github.com/samharrison7/fortran-error-handler/compare/1.0.4...HEAD
35+
[1.0.4]: https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.4
3036
[1.0.3]: https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.3
3137
[1.0.2]: https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.2
3238
[1.0.1]: https://github.com/samharrison7/fortran-error-handler/releases/tag/1.0.1

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "feh"
2-
version = "1.0.3"
2+
version = "1.0.4"
33
license = "MIT"
44
author = "Sam Harrison"
55
maintainer = "samharrison.xg@gmail.com"

0 commit comments

Comments
 (0)