Skip to content

Commit e55992f

Browse files
committed
Bump version to 7.23.0
1 parent a2e44d3 commit e55992f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

release/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 7.23.0 - 09.02.2024
2+
3+
* [Update watcher.fsx to support nullness](https://github.com/ionide/ionide-vscode-fsharp/commit/5fcad2926ccf09d7c987ab6a409c481dda2c4610) from @isaacabraham
4+
* [Enable unnecessary parentheses analyzer by default](https://github.com/ionide/ionide-vscode-fsharp/pull/2057) from @brianrourkeboll
5+
* Update to FSAC 0.76.2 . Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.76.1) for more details.
6+
17
### 7.22.0 - 24.11.2024
28

39
* Update to FSAC 0.75.0. This release adds support for F# 9 language features and .NET 9 SDKs and tooling.

release/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,5 +1817,5 @@
18171817
"type": "git",
18181818
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18191819
},
1820-
"version": "7.22.0"
1821-
}
1820+
"version": "7.23.0"
1821+
}

0 commit comments

Comments
 (0)