diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab16662..8c450f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/ ## [Unreleased] +## [5.1.0a2] + ### Added - 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/ - Josh Thomas (maintainer) -[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.1.0a1...HEAD +[unreleased]: https://github.com/joshuadavidthomas/django-language-server/compare/v5.1.0a2...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 diff --git a/crates/djls/Cargo.toml b/crates/djls/Cargo.toml index 52097ecb..6940e1be 100644 --- a/crates/djls/Cargo.toml +++ b/crates/djls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "djls" -version = "5.1.0-alpha.1" +version = "5.1.0-alpha.2" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 19e8071a..0d49df93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ docs = [ [project] name = "django-language-server" -version = "5.1.0a1" +version = "5.1.0a2" description = "A language server for the Django web framework" readme = "README.md" authors = [ @@ -55,7 +55,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.1.0-alpha.1" +current_version = "5.1.0-alpha.2" post_commit_hook = ".bin/bumpver-post.sh" pre_commit_hook = ".bin/bumpver-pre.sh" push = false diff --git a/uv.lock b/uv.lock index 784a118d..c8137c29 100644 --- a/uv.lock +++ b/uv.lock @@ -152,7 +152,7 @@ wheels = [ [[package]] name = "django-language-server" -version = "5.1.0a1" +version = "5.1.0a2" source = { editable = "." } [package.dev-dependencies]