diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 92319af..1998f42 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,8 @@ -## 0.1.0 - October, 2017 +## 0.1.1 - October, 2017 + +New public function `Angara.Execution.Control.runToFinalIn` allows to provide custom method scheduler. + +#### 0.1.0 - October, 2017 Includes flow graph, state machine, execution runtime and computation expression to define dependency graph. diff --git a/src/Angara.Flow/AssemblyInfo.fs b/src/Angara.Flow/AssemblyInfo.fs index 51cf648..d2af3bd 100644 --- a/src/Angara.Flow/AssemblyInfo.fs +++ b/src/Angara.Flow/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Angara.Flow" let [] AssemblyProduct = "Angara.Flow" let [] AssemblyDescription = "A .NET framework for composing, evaluating, inspecting and persisting computational experiments which are represented as a dataflow." - let [] AssemblyVersion = "0.1.0" - let [] AssemblyFileVersion = "0.1.0" + let [] AssemblyVersion = "0.1.1" + let [] AssemblyFileVersion = "0.1.1"