Skip to content

Commit 0fe37be

Browse files
committed
prepare for 2.2
1 parent c9b1810 commit 0fe37be

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
## 2.2
3+
4+
- handle `stream` as a name (#179)
5+
- support hexadecimal notation for integers
6+
- improve generated pretty printers
7+
- move to dune 2.0
8+
- rename runtime library to `pbrt`, with a separate opam package
9+
- print bytes opaquely
10+
111
## 2.1
212

313
- perf: nested buffer to reduce allocations for nested messages

ocaml-protoc.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocaml-protoc"
3-
version: "2.1"
3+
version: "2.2"
44
synopsis: "Protobuf compiler for OCaml"
55
description: "Protobuf compiler for OCaml"
66
maintainer: "Maxime Ransan <[email protected]>"

pbrt.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "pbrt"
3-
version: "2.1"
3+
version: "2.2"
44
synopsis: "Runtime library for Protobuf tooling"
55
description: "Runtime library for Protobuf tooling"
66
maintainer: "Maxime Ransan <[email protected]>"

0 commit comments

Comments
 (0)