Skip to content

Commit

Permalink
prepare for 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 15, 2023
1 parent 6166308 commit 736af40
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.4

- expose compiler library as `ocaml-protoc.compiler-lib`
- option to differentiate unsigned arg from signed arguments,
taggings uint32/64 with `` `unsigned``

internal changes:

- fix(test): change integration test, protoc produces broken C++ code
- automatic generation of gh-pages
- add basic CI
- use ocamlformat

## 2.3

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.3"
version: "2.4"
synopsis: "Protobuf compiler for OCaml"
description: "Protobuf compiler for OCaml"
maintainer: "Maxime Ransan <maxime.ransan@gmail.com>"
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.3"
version: "2.4"
synopsis: "Runtime library for Protobuf tooling"
description: "Runtime library for Protobuf tooling"
maintainer: "Maxime Ransan <maxime.ransan@gmail.com>"
Expand Down

0 comments on commit 736af40

Please sign in to comment.