Skip to content

Commit 2eae217

Browse files
committed
prepare for 1.3
1 parent 40aa539 commit 2eae217

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

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

2+
# 1.3
3+
4+
- use `inline` annotations
5+
- prepare for newer mdx (for tests)
6+
27
# 1.2.1
38

49
- fix: use `Stdlib` instead of `Pervasives`

iter.opam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
opam-version: "2.0"
22
name: "iter"
3-
version: "1.2.1"
3+
version: "1.3"
44
authors: ["Simon Cruanes" "Gabriel Radanne"]
55
maintainer: "simon.cruanes.2007@m4x.org"
6-
license: "BSD-2-clauses"
6+
license: "BSD-2-clause"
77
synopsis: "Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations"
88
build: [
99
["dune" "build" "@install" "-p" name "-j" jobs]
10-
["dune" "build" "@doc" "-p" name] {with-doc}
11-
["dune" "runtest" "-p" name] {with-test}
10+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
1414
"base-bytes"
@@ -26,6 +26,6 @@ homepage: "https://github.com/c-cube/iter/"
2626
depopts: [
2727
"base-bigarray"
2828
]
29-
doc: "https://c-cube.github.io/iter/doc/1.2"
29+
doc: "https://c-cube.github.io/iter/doc/"
3030
bug-reports: "https://github.com/c-cube/iter/issues"
3131
dev-repo: "git+https://github.com/c-cube/iter.git"

0 commit comments

Comments
 (0)