Skip to content

Commit b13ffc2

Browse files
committed
Prepare for 1.0.0 release
1 parent d7a5963 commit b13ffc2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0
2+
-----
3+
4+
- New syntax to allow associating metadata with code blocks
5+
(@Julow, #2, #3)
6+
17
0.9.0
28
-----
39

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.8)
22
(name odoc-parser)
3-
(version 0.9.0)
3+
(version 1.0.0)
44

55
(generate_opam_files true)
66

odoc-parser.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: "0.9.0"
3+
version: "1.0.0"
44
synopsis: "Parser for ocaml documentation comments"
55
description: """
66
Odoc_parser is a library for parsing the contents of OCaml documentation

0 commit comments

Comments
 (0)