From 1a06d4bfb708816ec638564af7c3cb67f4227758 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 16 Jul 2024 10:14:26 -0400 Subject: [PATCH] prepare for 3.1.1 --- CHANGES.md | 4 ++++ dune-project | 2 +- ocaml-protoc.opam | 2 +- pbrt.opam | 2 +- pbrt_services.opam | 2 +- pbrt_yojson.opam | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d7e6a2ea..70d486f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ +## 3.1.1 + +- fix error in codegen for nested `oneof` in yojson + ## 3.1 - Expose one-of per-constructor options diff --git a/dune-project b/dune-project index 49696408..3b1944c5 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 2.0) (name ocaml-protoc) (generate_opam_files true) -(version 3.1) +(version 3.1.1) (maintainers "Maxime Ransan " "Simon Cruanes") (authors "Maxime Ransan " "Simon Cruanes") diff --git a/ocaml-protoc.opam b/ocaml-protoc.opam index 43f5bfc9..b8ef06cd 100644 --- a/ocaml-protoc.opam +++ b/ocaml-protoc.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.1" +version: "3.1.1" synopsis: "Pure OCaml compiler for .proto files" maintainer: ["Maxime Ransan " "Simon Cruanes"] authors: ["Maxime Ransan " "Simon Cruanes"] diff --git a/pbrt.opam b/pbrt.opam index 7e557251..6c9235ed 100644 --- a/pbrt.opam +++ b/pbrt.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.1" +version: "3.1.1" synopsis: "Runtime library for Protobuf tooling" maintainer: ["Maxime Ransan " "Simon Cruanes"] authors: ["Maxime Ransan " "Simon Cruanes"] diff --git a/pbrt_services.opam b/pbrt_services.opam index 26057ad5..8f170fa9 100644 --- a/pbrt_services.opam +++ b/pbrt_services.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.1" +version: "3.1.1" synopsis: "Runtime library for ocaml-protoc to support RPC services" maintainer: ["Maxime Ransan " "Simon Cruanes"] authors: ["Maxime Ransan " "Simon Cruanes"] diff --git a/pbrt_yojson.opam b/pbrt_yojson.opam index 815b7e39..1dcaad7e 100644 --- a/pbrt_yojson.opam +++ b/pbrt_yojson.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "3.1" +version: "3.1.1" synopsis: "Runtime library for ocaml-protoc to support JSON encoding/decoding" maintainer: ["Maxime Ransan " "Simon Cruanes"]