diff --git a/CHANGES b/CHANGES index 56732ac7d7..b32a1f8815 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +===== 11.1 ===== +* Compatibility with WASM + +===== 11.0 ===== +* Building Eliom app as executables, with Ocsigen Server as a library, without config file + ===== 10.4.1 ===== * Update to OCaml 5.2 (thanks to Kate Deplaix) diff --git a/VERSION b/VERSION index a936832581..68d8f15e23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.3.1 +11.1.0 diff --git a/dune-project b/dune-project index a2389a4bbc..01a4acfa16 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.6) (name eliom) -(version 11.0.1) +(version 11.1.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 52419c16e2..ea1a0b6a39 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: "11.0.1" +version: "11.1.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.