Skip to content

Commit 680df1d

Browse files
🔖 bump version 5.1.0-alpha.1 -> 5.1.0-alpha.2 (#64)
1 parent a91e89f commit 680df1d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

‎CHANGELOG.md

+4-1
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.1.0a2]
22+
2123
### Added
2224

2325
- Support for system-wide installation using `uv tool` or `pipx` with automatic Python environment detection and virtualenv discovery
@@ -54,6 +56,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
5456

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

57-
[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.1.0a1...HEAD
59+
[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.1.0a2...HEAD
5860
[5.1.0a0]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
5961
[5.1.0a1]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
62+
[5.1.0a2]: https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2

‎crates/djls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "djls"
3-
version = "5.1.0-alpha.1"
3+
version = "5.1.0-alpha.2"
44
edition = "2021"
55

66
[lib]

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docs = [
1414

1515
[project]
1616
name = "django-language-server"
17-
version = "5.1.0a1"
17+
version = "5.1.0a2"
1818
description = "A language server for the Django web framework"
1919
readme = "README.md"
2020
authors = [
@@ -55,7 +55,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
5555
[tool.bumpver]
5656
commit = true
5757
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
58-
current_version = "5.1.0-alpha.1"
58+
current_version = "5.1.0-alpha.2"
5959
post_commit_hook = ".bin/bumpver-post.sh"
6060
pre_commit_hook = ".bin/bumpver-pre.sh"
6161
push = false

‎uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)