Skip to content

Commit 33f3c63

Browse files
committed
prepare for 2.1
1 parent 034099e commit 33f3c63

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2.0.3
2-
---------------------------------
1+
## 2.1
2+
3+
- perf: nested buffer to reduce allocations for nested messages
4+
- perf: improvements in runtime library, varint encoding/decoding, add benchmarks
5+
- Update docs/tests to reflect that sfixed is supported
6+
- add clear/reset to the encoder
7+
- Add ability to parse stream modifier
8+
9+
## 2.0.3
10+
311
- parsing of services
412

13+
14+
15+

ocaml-protoc.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocaml-protoc"
3-
version: "2.0.2"
3+
version: "2.1"
44
synopsis: "Protobuf compiler for OCaml"
55
description: "Protobuf compiler for OCaml"
66
maintainer: "Maxime Ransan <[email protected]>"
@@ -18,7 +18,7 @@ build: [
1818
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
1919
]
2020
depends: [
21-
"ocaml" {>="4.02.1"}
21+
"ocaml" {>="4.03.0"}
2222
"dune" {>="1.11"}
2323
"stdlib-shims"
2424
"odoc" {with-doc}

0 commit comments

Comments
 (0)