Skip to content

Commit

Permalink
prepare for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 15, 2023
1 parent 3e8e376 commit 30802b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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}`
Expand Down
2 changes: 1 addition & 1 deletion gen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 30802b9

Please sign in to comment.