From ecbb88e5c76635c9bbba813f535826718f989fa2 Mon Sep 17 00:00:00 2001 From: Lev Gorodinski Date: Thu, 3 Dec 2015 13:27:13 -0500 Subject: [PATCH 1/2] release notes v2.0.3 --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7e5e06c..1200d9b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 2.0.3 - 03.12.2015 +* Fix bug in Async.cache [#33](https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/33) + ### 2.0.2 - 15.10.2015 * Fix leak in AsyncSeq.append and other derived generators From c60346599ca2a68fecd598eec1119b4080546d39 Mon Sep 17 00:00:00 2001 From: Lev Gorodinski Date: Thu, 3 Dec 2015 15:02:09 -0500 Subject: [PATCH 2/2] assembly version --- src/FSharp.Control.AsyncSeq/AssemblyInfo.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs b/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs index 77c70ac..83a2238 100644 --- a/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs +++ b/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "2.0.1" + let [] Version = "2.0.3"