Skip to content

Commit b794961

Browse files
committedJun 15, 2020
Prepare 1.5.1 release
Signed-off-by: Jon Ludlam <[email protected]>
·
1.5.31.5.1
1 parent 72c4668 commit b794961

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.5.1
2+
-----
3+
4+
Additions
5+
6+
- Compatibility with OCaml 4.11 (#434, @kit-ty-kate)
7+
18
1.5.0
29
-----
310

‎odoc.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
opam-version: "2.0"
22

3-
version: "dev"
43
homepage: "http://github.com/ocaml/odoc"
54
doc: "https://ocaml.github.io/odoc/"
65
bug-reports: "https://github.com/ocaml/odoc/issues"

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odoc",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The OCaml/Reason Documentation Generator",
55
"repository": "https://github.com/ocaml/odoc",
66
"authors": [

0 commit comments

Comments
 (0)
Please sign in to comment.