From 76d4077970c72556c3e272efd029b5793863816f Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Sat, 25 Apr 2015 20:35:16 -0400 Subject: [PATCH] release version 1.2.0 --- Changes.md | 12 ++++++++---- OMakeroot | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Changes.md b/Changes.md index 32dbf3a..1e83c82 100644 --- a/Changes.md +++ b/Changes.md @@ -1,21 +1,25 @@ CFStream Release Notes +1.2.0 2015-04-25 +---------------- +* Add `map2` and `all` functions. +* Add Result and Or_error modules. * #4: skip now returns the stream in input instead of fresh one -cfstream-1.1.2 2014-07-02 +1.1.2 2014-07-02 ------------------------- * #3: Fix bug in `drop`. * Reduced dependency to core_kernel instead of core. -cfstream-1.1.1 2014-03-02 +1.1.1 2014-03-02 ------------------------- * Fix doc build bug. -cfstream-1.1.0 2014-03-02 +1.1.0 2014-03-02 ------------------------- * Provide concat_map. * New About module. -cfstream-1.0.0 2013-08-09 +1.0.0 2013-08-09 ------------------------- * First release. diff --git a/OMakeroot b/OMakeroot index 009b4bb..7089a0a 100644 --- a/OMakeroot +++ b/OMakeroot @@ -10,7 +10,7 @@ open build/OCaml ################################################################################ # General Project Information PROJECT = cfstream -VERSION = 1.2-dev +VERSION = 1.2.0 if $(test -e .git) GIT_COMMIT = $(shell git rev-parse HEAD) export