Skip to content

Commit a45afe2

Browse files
authored
Merge pull request #39 from talex5/release
Prepare release
2 parents 4c28436 + dc4be27 commit a45afe2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v2.0
2+
3+
- Convert from Lwt to Eio (@talex5 #37).
4+
Remove `set_paused`, as it's no longer needed.
5+
6+
- Add `Client.stop` and `Server.stop` (@talex5 #37).
7+
These allow shutting down the connection without reporting an error.
8+
9+
- Update to latest versions of Wayland protocols (@talex5 #38).
10+
11+
- Add layer shell protocol (@yilinwei #36).
12+
113
# v1.1
214

315
- Add update.sh script and update protocols (@MisterDA #25, @talex5 #33).

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(description "Wayland is a communications protocol intended for use between processes on a single computer. It is mainly used by graphical applications (clients) to talk to display servers, but nothing about the protocol is specific to graphics and it could be used for other things. This library can be used to write Wayland clients, servers and proxies.")
1414
(depends
1515
(alcotest (and (>= 1.2.3) :with-test))
16-
(ocaml (>= 4.08.0))
16+
(ocaml (>= 5.0))
1717
(xmlm (>= 1.3.0))
1818
(logs (>= 0.7.0))
1919
(fmt (>= 0.8.9))

wayland.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/talex5/ocaml-wayland/issues"
1212
depends: [
1313
"dune" {>= "2.8"}
1414
"alcotest" {>= "1.2.3" & with-test}
15-
"ocaml" {>= "4.08.0"}
15+
"ocaml" {>= "5.0"}
1616
"xmlm" {>= "1.3.0"}
1717
"logs" {>= "0.7.0"}
1818
"fmt" {>= "0.8.9"}

0 commit comments

Comments
 (0)