Skip to content

Commit

Permalink
prepare for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 19, 2021
1 parent 40aa539 commit 2eae217
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# 1.3

- use `inline` annotations
- prepare for newer mdx (for tests)

# 1.2.1

- fix: use `Stdlib` instead of `Pervasives`
Expand Down
10 changes: 5 additions & 5 deletions iter.opam
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
opam-version: "2.0"
name: "iter"
version: "1.2.1"
version: "1.3"
authors: ["Simon Cruanes" "Gabriel Radanne"]
maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2-clauses"
license: "BSD-2-clause"
synopsis: "Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
["dune" "runtest" "-p" name] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"base-bytes"
Expand All @@ -26,6 +26,6 @@ homepage: "https://github.com/c-cube/iter/"
depopts: [
"base-bigarray"
]
doc: "https://c-cube.github.io/iter/doc/1.2"
doc: "https://c-cube.github.io/iter/doc/"
bug-reports: "https://github.com/c-cube/iter/issues"
dev-repo: "git+https://github.com/c-cube/iter.git"

0 comments on commit 2eae217

Please sign in to comment.