Skip to content

Commit

Permalink
prepare for 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Apr 19, 2022
1 parent c9b1810 commit 0fe37be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

## 2.2

- handle `stream` as a name (#179)
- support hexadecimal notation for integers
- improve generated pretty printers
- move to dune 2.0
- rename runtime library to `pbrt`, with a separate opam package
- print bytes opaquely

## 2.1

- perf: nested buffer to reduce allocations for nested messages
Expand Down
2 changes: 1 addition & 1 deletion ocaml-protoc.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ocaml-protoc"
version: "2.1"
version: "2.2"
synopsis: "Protobuf compiler for OCaml"
description: "Protobuf compiler for OCaml"
maintainer: "Maxime Ransan <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion pbrt.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "pbrt"
version: "2.1"
version: "2.2"
synopsis: "Runtime library for Protobuf tooling"
description: "Runtime library for Protobuf tooling"
maintainer: "Maxime Ransan <[email protected]>"
Expand Down

0 comments on commit 0fe37be

Please sign in to comment.