Skip to content

Commit 5bbede5

Browse files
authored
Merge branch 'main' into main
2 parents 4a64826 + e45ee64 commit 5bbede5

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
### 7.24.0 - 12.02.2024
3+
4+
* Update to FSAC 0.77.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.0) for more details.
5+
6+
### 7.23.1 - 12.02.2024
7+
8+
* [Restore variable evaluation in FSI](https://github.com/ionide/ionide-vscode-fsharp/pull/2061) from @enzian
9+
110
### 7.23.0 - 09.02.2024
211

312
* [Update watcher.fsx to support nullness](https://github.com/ionide/ionide-vscode-fsharp/commit/5fcad2926ccf09d7c987ab6a409c481dda2c4610) from @isaacabraham

paket.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ STORAGE: PACKAGES
241241
RESTRICTION: == netstandard2.0
242242
NUGET
243243
remote: https://api.nuget.org/v3/index.json
244-
fsautocomplete (0.76.2)
244+
fsautocomplete (0.77)

release/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
### 7.24.0 - 12.02.2024
3+
4+
* Update to FSAC 0.77.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.0) for more details.
5+
6+
### 7.23.1 - 12.02.2024
7+
8+
* [Restore variable evaluation in FSI](https://github.com/ionide/ionide-vscode-fsharp/pull/2061) from @enzian
9+
110
### 7.23.0 - 09.02.2024
211

312
* [Update watcher.fsx to support nullness](https://github.com/ionide/ionide-vscode-fsharp/commit/5fcad2926ccf09d7c987ab6a409c481dda2c4610) from @isaacabraham

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1831,5 +1831,5 @@
18311831
"type": "git",
18321832
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18331833
},
1834-
"version": "7.23.0"
1834+
"version": "7.24.0"
18351835
}

release/watcher/watcher.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ fsi.AddPrinter (fun (_: obj) ->
213213
}
214214
|> Async.Start
215215

216-
"")
216+
null)

0 commit comments

Comments
 (0)