Skip to content

Commit 179aea7

Browse files
πŸ”– bump version 5.2.3 -> 5.2.4 (#349)
1 parent fb0b596 commit 179aea7

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
## [5.2.4]
22+
2123
### Added
2224

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

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

183-
[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.3...HEAD
185+
[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.4...HEAD
184186
[5.1.0a0]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
185187
[5.1.0a1]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
186188
[5.1.0a2]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2
@@ -189,3 +191,4 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
189191
[5.2.1]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.1
190192
[5.2.2]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.2
191193
[5.2.3]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.3
194+
[5.2.4]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.4

β€ŽCargo.lockβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcrates/djls/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "djls"
3-
version = "5.2.3"
3+
version = "5.2.4"
44
edition = "2021"
55

66
[dependencies]

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docs = [
1818

1919
[project]
2020
name = "django-language-server"
21-
version = "5.2.3"
21+
version = "5.2.4"
2222
description = "A language server for the Django web framework"
2323
readme = "README.md"
2424
authors = [
@@ -88,7 +88,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
8888
[tool.bumpver]
8989
commit = true
9090
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
91-
current_version = "5.2.3"
91+
current_version = "5.2.4"
9292
push = true
9393
tag = false
9494
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)