Skip to content

Commit

Permalink
release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwal committed Apr 26, 2015
1 parent 2ac4c93 commit 76d4077
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion OMakeroot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d4077

Please sign in to comment.