From 30802b92145e0c9cd235d3d2ba4d2210fda5612a Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 15 Mar 2023 11:07:14 -0400 Subject: [PATCH] prepare for 1.1 --- CHANGELOG.md | 4 ++++ gen.opam | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c13182..4ead1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1 + +- remove deps on bytes and dune-configurator (@nojb) + ## 1.0 - add `{of_seq,to_iter,persistent_to_seq,persistent_lazy_to_seq}` diff --git a/gen.opam b/gen.opam index 194421a..51dce22 100644 --- a/gen.opam +++ b/gen.opam @@ -3,7 +3,7 @@ maintainer: "simon.cruanes.2007@m4x.org" synopsis: "Iterators for OCaml, both restartable and consumable" author: [ "Simon Cruanes" "ELLIOTTCABLE" ] name: "gen" -version: "1.0" +version: "1.1" license: "BSD-2-Clause" build: [ ["dune" "build" "@install" "-p" name "-j" jobs]