From a164d437b9c40165813361ea900e999acd042f21 Mon Sep 17 00:00:00 2001 From: Corentin De Souza <9597216+fantazio@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:35:02 +0200 Subject: [PATCH 1/2] [dune] update my contact info --- dead_code_analyzer.opam | 4 ++-- dune-project | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dead_code_analyzer.opam b/dead_code_analyzer.opam index 79ac291..9412e36 100644 --- a/dead_code_analyzer.opam +++ b/dead_code_analyzer.opam @@ -4,11 +4,11 @@ version: "1.2.1" synopsis: "Dead code analyzer for OCaml" maintainer: [ "Alain Frisch " - "Corentin De Souza " + "Corentin De Souza " ] authors: [ "Alain Frisch " - "Corentin De Souza " + "Corentin De Souza " ] license: "MIT" homepage: "https://github.com/LexiFi/dead_code_analyzer" diff --git a/dune-project b/dune-project index b0eab14..19fd78b 100644 --- a/dune-project +++ b/dune-project @@ -8,11 +8,11 @@ (maintainers "Alain Frisch " - "Corentin De Souza ") + "Corentin De Souza ") (authors "Alain Frisch " - "Corentin De Souza ") + "Corentin De Souza ") (source (github LexiFi/dead_code_analyzer)) From e97467ce188efcce03293577ebbbe3ec63179daf Mon Sep 17 00:00:00 2001 From: Corentin De Souza <9597216+fantazio@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:24:21 +0200 Subject: [PATCH 2/2] [release] update to version 1.3.0 --- dead_code_analyzer.opam | 2 +- dune-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dead_code_analyzer.opam b/dead_code_analyzer.opam index 9412e36..eb0da79 100644 --- a/dead_code_analyzer.opam +++ b/dead_code_analyzer.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "1.2.1" +version: "1.3.0" synopsis: "Dead code analyzer for OCaml" maintainer: [ "Alain Frisch " diff --git a/dune-project b/dune-project index 19fd78b..f73e8f6 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (generate_opam_files true) -(version 1.2.1) +(version 1.3.0) (maintainers "Alain Frisch "