diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2f9788b..4e7d916 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 4.0.0-beta1 +* Add type coloring +* Fix type variable bug (#139) +* Improve performance + ### 3.0.4 * Fix print bugs (generic method and generic type abbreviation) diff --git a/src/FSharpApiSearch.Console/AssemblyInfo.fs b/src/FSharpApiSearch.Console/AssemblyInfo.fs index b87735e..9a9472a 100644 --- a/src/FSharpApiSearch.Console/AssemblyInfo.fs +++ b/src/FSharpApiSearch.Console/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharpApiSearch.Console" let [] AssemblyProduct = "FSharpApiSearch" let [] AssemblyDescription = "F# API search engine" - let [] AssemblyVersion = "3.0.4" - let [] AssemblyFileVersion = "3.0.4" + let [] AssemblyVersion = "4.0.0" + let [] AssemblyFileVersion = "4.0.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FSharpApiSearch.Database/AssemblyInfo.fs b/src/FSharpApiSearch.Database/AssemblyInfo.fs index 6d92dbf..aa298e5 100644 --- a/src/FSharpApiSearch.Database/AssemblyInfo.fs +++ b/src/FSharpApiSearch.Database/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharpApiSearch.Database" let [] AssemblyProduct = "FSharpApiSearch" let [] AssemblyDescription = "F# API search engine" - let [] AssemblyVersion = "3.0.4" - let [] AssemblyFileVersion = "3.0.4" + let [] AssemblyVersion = "4.0.0" + let [] AssemblyFileVersion = "4.0.0" let [] AssemblyConfiguration = "Release" diff --git a/src/FSharpApiSearch/AssemblyInfo.fs b/src/FSharpApiSearch/AssemblyInfo.fs index 5d0b48d..28aeb3d 100644 --- a/src/FSharpApiSearch/AssemblyInfo.fs +++ b/src/FSharpApiSearch/AssemblyInfo.fs @@ -5,8 +5,8 @@ open System.Reflection [] [] [] -[] -[] +[] +[] [] do () @@ -14,6 +14,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharpApiSearch" let [] AssemblyProduct = "FSharpApiSearch" let [] AssemblyDescription = "F# API search engine" - let [] AssemblyVersion = "3.0.4" - let [] AssemblyFileVersion = "3.0.4" + let [] AssemblyVersion = "4.0.0" + let [] AssemblyFileVersion = "4.0.0" let [] AssemblyConfiguration = "Release"