Skip to content

Commit da2540f

Browse files
committed
11.1.0
1 parent ab6ca34 commit da2540f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
===== 11.1 =====
2+
* Compatibility with WASM
3+
4+
===== 11.0 =====
5+
* Building Eliom app as executables, with Ocsigen Server as a library, without config file
6+
17
===== 10.4.1 =====
28
* Update to OCaml 5.2 (thanks to Kate Deplaix)
39

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.3.1
1+
11.1.0

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(lang dune 3.6)
22

33
(name eliom)
4-
(version 11.0.1)
4+
(version 11.1.0)
55
(maintainers [email protected])
66
77
(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception")

eliom.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "11.0.1"
3+
version: "11.1.0"
44
synopsis: "Advanced client/server Web and mobile framework"
55
description: """
66
Eliom is a framework for implementing Web sites and client/server Web and mobile applications.

0 commit comments

Comments
 (0)