From d781f552979406c5721c4fdae0bf7b34556ca02e Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 11 Dec 2023 15:56:24 -0500 Subject: [PATCH] prepare for 3.0.1 --- CHANGES.md | 5 +++++ dune-project | 2 +- ocaml-protoc.opam | 2 +- pbrt.opam | 2 +- pbrt_services.opam | 2 +- pbrt_yojson.opam | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e2ebd84d..ae38e3a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ +## 3.0.1 + +- fix bug where code for services would be generated even if `--services` + is not passed on the CLI + ## 3.0 Major version that breaks code for every user. Sorry! diff --git a/dune-project b/dune-project index 4269fd72..8d278857 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 2.0) (name ocaml-protoc) (generate_opam_files true) -(version 3.0) +(version 3.0.1) (maintainers "Maxime Ransan " "Simon Cruanes") (authors "Maxime Ransan " "Simon Cruanes") diff --git a/ocaml-protoc.opam b/ocaml-protoc.opam index d61b673a..956f0dc4 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.0" +version: "3.0.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 e40842ae..02722d1e 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.0" +version: "3.0.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 d2aa5801..dfc8336c 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.0" +version: "3.0.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 f45fbcfa..314e75ad 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.0" +version: "3.0.1" synopsis: "Runtime library for ocaml-protoc to support JSON encoding/decoding" maintainer: ["Maxime Ransan " "Simon Cruanes"]