Skip to content

Commit 1a06d4b

Browse files
committed
prepare for 3.1.1
1 parent 6e44fe9 commit 1a06d4b

6 files changed

+9
-5
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 3.1.1
3+
4+
- fix error in codegen for nested `oneof` in yojson
5+
26
## 3.1
37

48
- Expose one-of per-constructor options

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(lang dune 2.0)
22
(name ocaml-protoc)
33
(generate_opam_files true)
4-
(version 3.1)
4+
(version 3.1.1)
55

66
(maintainers "Maxime Ransan <[email protected]>" "Simon Cruanes")
77
(authors "Maxime Ransan <[email protected]>" "Simon Cruanes")

ocaml-protoc.opam

+1-1
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: "3.1"
3+
version: "3.1.1"
44
synopsis: "Pure OCaml compiler for .proto files"
55
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
66
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]

pbrt.opam

+1-1
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: "3.1"
3+
version: "3.1.1"
44
synopsis: "Runtime library for Protobuf tooling"
55
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
66
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]

pbrt_services.opam

+1-1
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: "3.1"
3+
version: "3.1.1"
44
synopsis: "Runtime library for ocaml-protoc to support RPC services"
55
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]
66
authors: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]

pbrt_yojson.opam

+1-1
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: "3.1"
3+
version: "3.1.1"
44
synopsis:
55
"Runtime library for ocaml-protoc to support JSON encoding/decoding"
66
maintainer: ["Maxime Ransan <[email protected]>" "Simon Cruanes"]

0 commit comments

Comments
 (0)