From 356248453338ec6d7debaaf2c0d5ac80e447e8dc Mon Sep 17 00:00:00 2001 From: hafuu Date: Sun, 15 May 2016 11:19:57 +0900 Subject: [PATCH] 0.2.1-beta --- RELEASE_NOTES.md | 4 ++++ src/FSharpApiSearch.Console/AssemblyInfo.fs | 8 ++++---- src/FSharpApiSearch.Database/AssemblyInfo.fs | 8 ++++---- src/FSharpApiSearch/AssemblyInfo.fs | 8 ++++---- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 05e848e..15fb398 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 0.2.1-beta - 2016/5/15 +* Fix loading type constraints of type abbreviation (#66) +* Fix FSharpApiSearch.Database.exe option's bugs (#65, #67) + ### 0.2.0-beta - 2016/4/27 * Support type constraints at similarity searching * Exclude the modules (LanguagePrimitives and OperatorIntrinsics) for the F# compiler diff --git a/src/FSharpApiSearch.Console/AssemblyInfo.fs b/src/FSharpApiSearch.Console/AssemblyInfo.fs index 92d0356..c65cd28 100644 --- a/src/FSharpApiSearch.Console/AssemblyInfo.fs +++ b/src/FSharpApiSearch.Console/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1" diff --git a/src/FSharpApiSearch.Database/AssemblyInfo.fs b/src/FSharpApiSearch.Database/AssemblyInfo.fs index f58f6c8..74a9495 100644 --- a/src/FSharpApiSearch.Database/AssemblyInfo.fs +++ b/src/FSharpApiSearch.Database/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1" diff --git a/src/FSharpApiSearch/AssemblyInfo.fs b/src/FSharpApiSearch/AssemblyInfo.fs index b4fd6e6..82aa925 100644 --- a/src/FSharpApiSearch/AssemblyInfo.fs +++ b/src/FSharpApiSearch/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1"