Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonadeo committed Nov 2, 2019
1 parent 7f60c14 commit f6d05de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.3 (02-Nov-2019):
* Warning 23 suppressed in case of single label record. Closes #13
* Switch from jbuilder to dune
* Added setup for Travis CI

1.2.2 (20-Jan-2019):
* Solved issue with the pseudo imperative -= infix operator
Thanks to @takanuva for reporting this.
Expand Down
4 changes: 2 additions & 2 deletions lens.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "lens"
version: "1.2.x"
version: "1.2.3"
maintainer: "Paolo Donadeo <[email protected]>"
authors: [ "Alessandro Strada <[email protected]>" ]
license: "BSD-3-Clause"
Expand Down Expand Up @@ -29,6 +29,6 @@ see http://stackoverflow.com/questions/5767129/lenses-fclabels-data-accessor-whi
see http://www.youtube.com/watch?v=efv0SQNde5Q - Functional lenses for Scala by Edward Kmett on YouTube
see http://patternsinfp.wordpress.com/2011/01/31/lenses-are-the-coalgebras-for-the-costate-comonad - Lenses are the coalgebras for the costate comonad by Jeremy Gibbons"""
url {
src: "https://github.com/pdonadeo/ocaml-lens/archive/v1.2.x.tar.gz"
src: "https://github.com/pdonadeo/ocaml-lens/archive/v1.2.3.tar.gz"
checksum: "md5=00000000000000000000000000000000"
}

0 comments on commit f6d05de

Please sign in to comment.