Skip to content

Commit 2fd7de8

Browse files
committed
prepare for 0.3
1 parent fedbba7 commit 2fd7de8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

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

2+
# 0.3
3+
4+
- refactor: extract type definitions to `iostream.types`
5+
- perf slice: improve `Slice.find_index_from`
6+
27
# 0.2.2
38

49
- bugfix for iostream-camlzip (assertion failure)

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(name iostream)
44
(generate_opam_files true)
5-
(version 0.2.2)
5+
(version 0.3)
66

77
(source
88
(github c-cube/ocaml-iostream))

iostream-camlzip.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: "0.2.2"
3+
version: "0.3"
44
synopsis: "Stream (de)compression using deflate"
55
maintainer: ["Simon Cruanes"]
66
authors: ["Simon Cruanes"]

iostream.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: "0.2.2"
3+
version: "0.3"
44
synopsis: "Generic, composable IO input and output streams"
55
maintainer: ["Simon Cruanes"]
66
authors: ["Simon Cruanes"]

0 commit comments

Comments
 (0)