Skip to content

Commit 5d6ed70

Browse files
committed
prepare for 3.0.2
1 parent e155382 commit 5d6ed70

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 3.0.2
3+
4+
- fix segfault in pbrt in bytecode
5+
26
## 3.0.1
37

48
- fix bug where code for services would be generated even if `--services`

dune-project

Lines changed: 1 addition & 1 deletion
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.0.1)
4+
(version 3.0.2)
55

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

ocaml-protoc.opam

Lines changed: 1 addition & 1 deletion
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.0.1"
3+
version: "3.0.2"
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

Lines changed: 1 addition & 1 deletion
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.0.1"
3+
version: "3.0.2"
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

Lines changed: 1 addition & 1 deletion
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.0.1"
3+
version: "3.0.2"
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

Lines changed: 1 addition & 1 deletion
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.0.1"
3+
version: "3.0.2"
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)