From b1ecdff54d1326d22da72f399ac1d1c2ec2b8a4e Mon Sep 17 00:00:00 2001 From: Sergi Siso Date: Mon, 16 Dec 2024 11:40:06 +0000 Subject: [PATCH 1/2] Update Zenodo reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef731d3d1c..5ad562f740 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11190458.svg)](https://doi.org/10.5281/zenodo.11190458) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11190457.svg)](https://doi.org/10.5281/zenodo.11190457) ![Build Status](https://github.com/stfc/PSyclone/workflows/PSyclone%20tests%20and%20examples/badge.svg) [![codecov](https://codecov.io/gh/stfc/PSyclone/branch/master/graph/badge.svg)](https://codecov.io/gh/stfc/PSyclone) From fe16e615e44c83463195c20c9a32e0ff2fd394e4 Mon Sep 17 00:00:00 2001 From: Andrew Porter Date: Mon, 16 Dec 2024 15:26:38 +0000 Subject: [PATCH 2/2] #2827 update changelog --- changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog b/changelog index 07de3af556..a05c4f66e1 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ + 1) PR #2827. Update Zenodo with release 3.0.0 and update link in + README.md. + release 3.0.0 6th of December 2024 1) PR #2477 for #2463. Add support for Fortran Namelist statements.