Skip to content

Commit 1c3f9c6

Browse files
committed
Bump version to 7.25.0
1 parent 024a720 commit 1c3f9c6

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

release/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11

2-
### 7.24.0 - 12.02.2024
2+
### 7.25.0 - 14.02.2025
3+
4+
* Update to FSAC 0.77.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.1) for more details.
5+
* This fixes an issue with trying to design time build projects that can't be built
6+
* [add command to send selection extended to whole line](https://github.com/ionide/ionide-vscode-fsharp/pull/2051) from @yuuuxt
7+
8+
### 7.24.0 - 12.02.2025
39

410
* Update to FSAC 0.77.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.0) for more details.
511

6-
### 7.23.1 - 12.02.2024
12+
### 7.23.1 - 12.02.2025
713

814
* [Restore variable evaluation in FSI](https://github.com/ionide/ionide-vscode-fsharp/pull/2061) from @enzian
915

release/package.json

Lines changed: 2 additions & 2 deletions
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.24.0"
1835-
}
1834+
"version": "7.25.0"
1835+
}

0 commit comments

Comments
 (0)