prepare for 1.9
Some checks failed
github pages / deploy (push) Has been cancelled
build / Build (push) Has been cancelled

This commit is contained in:
Simon Cruanes 2025-02-04 23:33:25 -05:00
parent 99fa66f1db
commit a525d4902c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
# 1.9
- Switch exceptions used for control flow from global to local
- Update Iter.ml to use mutable fields instead of refs (#44)
# 1.8 # 1.8
- add `Iter.map_while` - add `Iter.map_while`

View file

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