Skip to content

Commit

Permalink
bump release notes for 0.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Jun 17, 2021
1 parent af85994 commit 8ce3e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.46.3 - 17.06.2021

* Update Fantomas dependency to latest prerelease

### 0.46.2 - 13.06.2021

* BUGFIX: fix the dotnet tool packaging to include a missing dependency for code formatting
Expand Down
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ let ensureGitUser user email =
Fake.Tools.Git.CommandHelper.directRunGitCommandAndFail "." (sprintf "config user.name %s" user)
Fake.Tools.Git.CommandHelper.directRunGitCommandAndFail "." (sprintf "config user.email %s" email)


Target.create "ReplaceFsLibLogNamespaces" <| fun _ ->
let replacements =
[ "FsLibLog\\n", "FsAutoComplete.Logging\n"
Expand Down

0 comments on commit 8ce3e91

Please sign in to comment.