From df80270b2ccabeeb89d7fec2103fe1ec4627277e Mon Sep 17 00:00:00 2001 From: "Manuel G. Garcia" Date: Wed, 29 Mar 2023 15:45:41 +0200 Subject: [PATCH 1/6] upgrade to version 2.1.1 --- aeolis/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aeolis/VERSION b/aeolis/VERSION index 50aea0e7..7c327287 100644 --- a/aeolis/VERSION +++ b/aeolis/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file From 67684de0f42e33ce090bcfb3efb8cc3393aed702 Mon Sep 17 00:00:00 2001 From: "Manuel G. Garcia" Date: Wed, 29 Mar 2023 16:05:33 +0200 Subject: [PATCH 2/6] exclude developer notes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2a29ad13..f8201837 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,6 @@ cython_debug/ # VS Code .vscode/ + +# Developer Notes +dev-notes/ \ No newline at end of file From b8f03a174cf8edd83ea9b4e7c0fe6166584d43fe Mon Sep 17 00:00:00 2001 From: "Manuel G. Garcia" Date: Wed, 29 Mar 2023 16:09:58 +0200 Subject: [PATCH 3/6] update to version 2.1.1 --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 0766c17f..30688d14 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,4 +23,4 @@ keywords: - simulation - sediment license: GPL-3.0 -version: 2.1.0 +version: 2.1.1 From 6b376d4e9cda340fd616830a2c3f46d5af97259d Mon Sep 17 00:00:00 2001 From: "Manuel G. Garcia" Date: Wed, 29 Mar 2023 16:10:19 +0200 Subject: [PATCH 4/6] update citation to version 2.1.1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e3af0f..1d9dd259 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,10 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) to know how you can help to ## Citation + Please, cite this software as follows: -*AeoLiS Development Team. AeoLiS (Version 2.1.0) [Computer software].* +*AeoLiS Development Team. AeoLiS (Version 2.1.1) [Computer software].* ## Acknowlegdements From 4c3f049fcf1710646dc913d1e53034f49d07f192 Mon Sep 17 00:00:00 2001 From: "Manuel G. Garcia" Date: Wed, 29 Mar 2023 16:10:31 +0200 Subject: [PATCH 5/6] update release notes --- docs/whatsnew.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 182a869c..37db0566 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -9,6 +9,27 @@ What's New ========== + +v2.1.1 (March 2023) +------------------- + +Breaking changes +^^^^^^^^^^^^^^^^ +* None + +Improvements +^^^^^^^^^^^^ +* New variable to simulate fences `fence_height` + +Bug fixes +^^^^^^^^^ +* Issue with checking the size of `y` in input file for 1D cases + +Documentation +^^^^^^^^^^^^^ +* Update references to default branch in contributing guide + + v2.1.0 (February 2023) ------------------- From 854424fc74faa66fca6a630919fbd3a858d9a44d Mon Sep 17 00:00:00 2001 From: "Manuel G. Garcia" Date: Wed, 29 Mar 2023 16:38:42 +0200 Subject: [PATCH 6/6] add Glenn's name to what's new --- docs/whatsnew.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 37db0566..5503663a 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -13,17 +13,13 @@ What's New v2.1.1 (March 2023) ------------------- -Breaking changes -^^^^^^^^^^^^^^^^ -* None - Improvements ^^^^^^^^^^^^ -* New variable to simulate fences `fence_height` +* New variable to simulate fences `fence_height` (Glenn Strypsteen) Bug fixes ^^^^^^^^^ -* Issue with checking the size of `y` in input file for 1D cases +* Issue with checking the size of `y` in input file for 1D cases (Glenn Strypsteen) Documentation ^^^^^^^^^^^^^