@@ -18,13 +18,22 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818
1919## [ Unreleased]
2020
21+ ## [ 5.2.1]
22+
2123### Added
2224
23- - Added support for Django 6.0.
25+ - Added support for Django 6.0
26+ - Added find references for extends/include tags
27+ - Added go to definition for extends/include tags
2428
2529### Changed
2630
2731- Bumped Rust toolchain from 1.88 to 1.90
32+ - ** Internal** : Switched Python inspector from PyO3 to IPC-based approach
33+ - ** Internal** : Refactored various internal components
34+ - ** Internal** : Improved template parsing performance with token caching
35+ - ** Internal** : Optimized parser performance
36+ - ** Internal** : Added benchmarks for performance testing
2837
2938## [ 5.2.0]
3039
@@ -117,9 +126,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
117126
118127- Josh Thomas
< [email protected] > (maintainer)
119128
120- [ unreleased ] : https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.0 ...HEAD
129+ [ unreleased ] : https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.1 ...HEAD
121130[ 5.1.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
122131[ 5.1.0a1 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
123132[ 5.1.0a2 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2
124133[ 5.2.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.0a0
125134[ 5.2.0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.0
135+ [ 5.2.1 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.1
0 commit comments