prepare for 1.2.1

This commit is contained in:
Simon Cruanes 2019-06-14 18:54:44 -05:00
parent c5007055f6
commit 7c54111744
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# 1.2.1
- fix: use `Stdlib` instead of `Pervasives`
- fix: missing dep on unix for 4.08
- add shims with dune magic for 4.08 compat
# 1.2
- Rename the library to Iter.

View file

@ -1,6 +1,6 @@
opam-version: "2.0"
name: "iter"
version: "1.2"
version: "1.2.1"
authors: ["Simon Cruanes" "Gabriel Radanne"]
maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2-clauses"