Skip to content

Commit b6eed8c

Browse files
committed
prepare for 0.2
1 parent 45b1864 commit b6eed8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2
2+
3+
- move to OCaml 4.12 as lower bound
4+
- do not require ocaml-protoc to build, add `make genproto`
15

26
# 0.1
37

dune-project

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

33
(name twirp)
4-
(version 0.1)
4+
(version 0.2)
55
(generate_opam_files true)
66
(source
77
(github c-cube/ocaml-twirp))

0 commit comments

Comments
 (0)