Skip to content

Commit 6e4b469

Browse files
committed
chore(release): bump version 2.0.4 → 2.1.0
1 parent 6eccb6d commit 6e4b469

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5-
## [2.1.0](https://github.com/robotcodedev/robotcode/compare/v2.0.4..v2.1.0) - 2025-12-01
5+
## [2.1.0](https://github.com/robotcodedev/robotcode/compare/v2.0.4..v2.1.0) - 2025-12-02
66

77
### Documentation
88

@@ -32,6 +32,15 @@ All notable changes to this project will be documented in this file. See [conven
3232

3333

3434

35+
### Performance
36+
37+
- **vscode:** Cache getRobotCodeProfiles results ([8aa6db5](https://github.com/robotcodedev/robotcode/commit/8aa6db5f39252106d138d49a40f8050dbe00da81))
38+
39+
Add caching for robot.toml profiles to avoid spawning a new process
40+
on every call. Cache is invalidated on language client state changes.
41+
42+
43+
3544
## [2.0.4](https://github.com/robotcodedev/robotcode/compare/v2.0.3..v2.0.4) - 2025-11-25
3645

3746
### Documentation

0 commit comments

Comments
 (0)