Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

## [5.2.4]

### Added

- Added `diagnostics.severity` configuration option for configuring diagnostic severity levels
Expand Down Expand Up @@ -180,7 +182,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

- Josh Thomas <[email protected]> (maintainer)

[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.3...HEAD
[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.4...HEAD
[5.1.0a0]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
[5.1.0a1]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
[5.1.0a2]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2
Expand All @@ -189,3 +191,4 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
[5.2.1]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.1
[5.2.2]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.2
[5.2.3]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.3
[5.2.4]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.4
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/djls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "djls"
version = "5.2.3"
version = "5.2.4"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docs = [

[project]
name = "django-language-server"
version = "5.2.3"
version = "5.2.4"
description = "A language server for the Django web framework"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -88,7 +88,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
[tool.bumpver]
commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
current_version = "5.2.3"
current_version = "5.2.4"
push = true
tag = false
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading