Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Voytsekhovskiy committed Oct 3, 2017
1 parent 453c677 commit 7347587
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.

8 changes: 4 additions & 4 deletions src/Angara.Flow/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Angara.Flow")>]
[<assembly: AssemblyProductAttribute("Angara.Flow")>]
[<assembly: AssemblyDescriptionAttribute("A .NET framework for composing, evaluating, inspecting and persisting computational experiments which are represented as a dataflow.")>]
[<assembly: AssemblyVersionAttribute("0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("0.1.0")>]
[<assembly: AssemblyVersionAttribute("0.1.1")>]
[<assembly: AssemblyFileVersionAttribute("0.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Angara.Flow"
let [<Literal>] AssemblyProduct = "Angara.Flow"
let [<Literal>] AssemblyDescription = "A .NET framework for composing, evaluating, inspecting and persisting computational experiments which are represented as a dataflow."
let [<Literal>] AssemblyVersion = "0.1.0"
let [<Literal>] AssemblyFileVersion = "0.1.0"
let [<Literal>] AssemblyVersion = "0.1.1"
let [<Literal>] AssemblyFileVersion = "0.1.1"

0 comments on commit 7347587

Please sign in to comment.