From 637def61ee4988d9855f90e8c7f1afb2e4fb6649 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Sat, 1 Jan 2022 10:09:09 +0000 Subject: [PATCH 1/2] Adding Fortran Error Handler, correcting README link --- README.md | 2 +- registry.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d85cefd..27e8a5c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Your new registry submittal should first meet the required of any package listed at the [packages listing](https://fortran-lang.org/packages). -Please submit a [pull request](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) +Please submit a [pull request](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github) against this repository, adding the new package into the file [registry.toml](./registry.toml) in alphabetical order. It is recommended that you explicitly list each version using the diff --git a/registry.toml b/registry.toml index 46b9eb9..0e67a13 100644 --- a/registry.toml +++ b/registry.toml @@ -21,6 +21,10 @@ latest.git = "https://github.com/dftd4/dftd4" "1.0.1" = { git="https://github.com/zoziha/forlab", tag="v1.0.1" } "latest" = { git="https://github.com/zoziha/forlab" } +[fortran-error-handler] +"1.0.3" = { git="https://github.com/samharrison7/fortran-error-handler", tag="1.0.3" } +"latest" = { git="https://github.com/samharrison7/fortran-error-handler" } + [fpm] latest.git = "https://github.com/fortran-lang/fpm" From d577e45abf854bbdb915abda4a676bfa8a746673 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Sun, 2 Jan 2022 10:09:41 +0000 Subject: [PATCH 2/2] Bumping FEH version number --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 0e67a13..53d7ba6 100644 --- a/registry.toml +++ b/registry.toml @@ -22,7 +22,7 @@ latest.git = "https://github.com/dftd4/dftd4" "latest" = { git="https://github.com/zoziha/forlab" } [fortran-error-handler] -"1.0.3" = { git="https://github.com/samharrison7/fortran-error-handler", tag="1.0.3" } +"1.0.4" = { git="https://github.com/samharrison7/fortran-error-handler", tag="1.0.4" } "latest" = { git="https://github.com/samharrison7/fortran-error-handler" } [fpm]