Skip to content

Commit 26fa152

Browse files
committed
Release v0.18.1
1 parent b8cac0d commit 26fa152

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.18.1 - 2017-12-23
2+
* Code Signing: SHA2 (256) instead of SHA1
3+
14
### 0.18.0 - 2017-11-08
25
* Calculus: fix derivatives of Asin, Acos, Atan *~diluculo*
36
* Trigonometric: fix contraction of cos(a)*sin(b) *~diluculo*

src/Symbolics/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ open System.Runtime.InteropServices
4444
[<assembly: AssemblyCulture("")>]
4545
[<assembly: NeutralResourcesLanguage("en")>]
4646

47-
[<assembly: AssemblyVersion("0.18.0.0")>]
48-
[<assembly: AssemblyFileVersion("0.18.0.0")>]
49-
[<assembly: AssemblyInformationalVersion("0.18.0")>]
47+
[<assembly: AssemblyVersion("0.18.1.0")>]
48+
[<assembly: AssemblyFileVersion("0.18.1.0")>]
49+
[<assembly: AssemblyInformationalVersion("0.18.1")>]
5050

5151
()

src/SymbolicsUnitTests/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ open System.Runtime.InteropServices
99
[<assembly: AssemblyCompany("Math.NET Project")>]
1010
[<assembly: AssemblyProduct("Math.NET Symbolics")>]
1111

12-
[<assembly: AssemblyVersion("0.18.0.0")>]
13-
[<assembly: AssemblyFileVersion("0.18.0.0")>]
14-
[<assembly: AssemblyInformationalVersion("0.18.0")>]
12+
[<assembly: AssemblyVersion("0.18.1.0")>]
13+
[<assembly: AssemblyFileVersion("0.18.1.0")>]
14+
[<assembly: AssemblyInformationalVersion("0.18.1")>]
1515

1616
()

0 commit comments

Comments
 (0)