From 8d02ac3f6c85832bc91f8d83c0970e9969de6497 Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:05:15 -0500 Subject: [PATCH 1/5] bump version to 0.2.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e6e5aff0..d7e5ead0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedOptimization" uuid = "196f2941-2d58-45ba-9f13-43a2532b2fa8" author = ["Robert Baraldi and Dominique Orban "] -version = "0.1.0" +version = "0.2.0" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" From 9ede474713ba37862d34634e0f96cec2e08ded16 Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Sat, 29 Nov 2025 21:09:28 -0500 Subject: [PATCH 2/5] revert to v0.1.0 and update author list --- Project.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d7e5ead0..260dce96 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,11 @@ name = "RegularizedOptimization" uuid = "196f2941-2d58-45ba-9f13-43a2532b2fa8" -author = ["Robert Baraldi and Dominique Orban "] -version = "0.2.0" +author = ["Robert Baraldi ", + "Youssef Diouane " + "Maxence Gollier ", + "Mohamed Laghdaf Habiboullah ", + "Dominique Orban "] +version = "0.1.0" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" From 3f78b18d0bc773f58a7041f8306ba8428630068e Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Sat, 29 Nov 2025 21:10:16 -0500 Subject: [PATCH 3/5] Fix author list formatting --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 260dce96..91add492 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedOptimization" uuid = "196f2941-2d58-45ba-9f13-43a2532b2fa8" author = ["Robert Baraldi ", - "Youssef Diouane " + "Youssef Diouane ", "Maxence Gollier ", "Mohamed Laghdaf Habiboullah ", "Dominique Orban "] From 2f8c5a44ffa9f5280efa93bed4919e04dd2dd3f3 Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Sat, 29 Nov 2025 22:31:32 -0500 Subject: [PATCH 4/5] Add Geoffroy to author list --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 91add492..17c212c1 100644 --- a/Project.toml +++ b/Project.toml @@ -4,6 +4,7 @@ author = ["Robert Baraldi ", "Youssef Diouane ", "Maxence Gollier ", "Mohamed Laghdaf Habiboullah ", + "Geoffroy Leconte ", "Dominique Orban "] version = "0.1.0" From 4999e33d2d658640df812a7213a6c3a4e799725f Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:25:39 -0500 Subject: [PATCH 5/5] Correct author email addresses in Project.toml Updated author email addresses for Maxence Gollier and Mohamed Laghdaf Habiboullah. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 17c212c1..14bea52c 100644 --- a/Project.toml +++ b/Project.toml @@ -2,8 +2,8 @@ name = "RegularizedOptimization" uuid = "196f2941-2d58-45ba-9f13-43a2532b2fa8" author = ["Robert Baraldi ", "Youssef Diouane ", - "Maxence Gollier ", - "Mohamed Laghdaf Habiboullah ", + "Maxence Gollier ", + "Mohamed Laghdaf Habiboullah ", "Geoffroy Leconte ", "Dominique Orban "] version = "0.1.0"