Skip to content

Commit cd99002

Browse files
committed
prepare for 0.3.1
1 parent 187a903 commit cd99002

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# 0.3.1
4+
5+
- bugfix in codegen of pretty printers
6+
- modernize build and tests
7+
8+
# 0.3
9+
10+
- better names for constructors
11+
12+
# 0.2
13+
14+
- generic Input/Output types
15+
16+
# 0.1
17+
18+
initial release

bare_encoding.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.3"
3+
version: "0.3.1"
44
synopsis: "BARE encoding, see https://baremessages.org/"
55
maintainer: ["simon cruanes"]
66
authors: ["simon cruanes"]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(lang dune 2.8)
22
(generate_opam_files true)
33
(name bare_encoding)
4-
(version 0.3)
4+
(version 0.3.1)
55
(source (github "c-cube/bare-ocaml"))
66

77
(implicit_transitive_deps false)

0 commit comments

Comments
 (0)