Skip to content

Commit b2f2fef

Browse files
Changelog update - 0.3.11 (#113)
Co-authored-by: GitHub Action <action@github.com>
1 parent d9e4335 commit b2f2fef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [0.3.11] - 2026-06-30
8+
79
### Fixed
810

911
- File watcher no longer reports an unhandled exception when the OS runs out of inotify instances / open files (Linux); watching is disabled gracefully instead. State clears (Refresh/Clear Caches, external changes) now fully reset the watch service, letting it recover after a transient OS failure. Also fixed a race that could leak a watch service (inotify instance) during concurrent registration.
@@ -233,7 +235,8 @@
233235
- Initial scaffold created
234236
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
235237

236-
[Unreleased]: https://github.com/Mr3zee/Kotlin-External-FIR-Support/compare/0.3.10...HEAD
238+
[Unreleased]: https://github.com/Mr3zee/Kotlin-External-FIR-Support/compare/0.3.11...HEAD
239+
[0.3.11]: https://github.com/Mr3zee/Kotlin-External-FIR-Support/compare/0.3.10...0.3.11
237240
[0.3.10]: https://github.com/Mr3zee/Kotlin-External-FIR-Support/compare/0.3.9...0.3.10
238241
[0.3.9]: https://github.com/Mr3zee/Kotlin-External-FIR-Support/compare/0.3.8...0.3.9
239242
[0.3.8]: https://github.com/Mr3zee/Kotlin-External-FIR-Support/compare/0.3.7...0.3.8

0 commit comments

Comments
 (0)