From a903b91b894d249c3563806d72ba6b98155a9a1f Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Fri, 22 Mar 2024 18:39:01 +0100 Subject: [PATCH] 10.4.0 --- CHANGES | 4 ++++ dune-project | 2 +- eliom.opam | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 966cecbc4..f5b9afd65 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ +===== 10.4.0 (2024-03-22) ===== * Basic client-server distillery template: sqlite is now the default backend +* Basic template now has license unlicense +* Basic template fixes +* Compatibility with Tyxml >= 4.6.0 (by Vincent Laporte) ===== 10.3.1 (2024-02-21) ===== * Fixing Problem with browser navigation https://github.com/ocsigen/eliom/issues/781 diff --git a/dune-project b/dune-project index a29db3be4..55a35bf5e 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.6) (name eliom) -(version 10.3.1) +(version 10.4.0) (maintainers dev@ocsigen.org) (authors dev@ocsigen.org) (license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception") diff --git a/eliom.opam b/eliom.opam index 1045caa4a..f3721b571 100644 --- a/eliom.opam +++ b/eliom.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "10.3.1" +version: "10.4.0" synopsis: "Advanced client/server Web and mobile framework" description: """ Eliom is a framework for implementing Web sites and client/server Web and mobile applications.