🔖 bump version 5.1.0-alpha.1 -> 5.1.0-alpha.2 (#64)
Some checks failed
release / windows (map[runner:windows-latest target:x86]) (push) Waiting to run
release / macos (map[runner:macos-13 target:x86_64]) (push) Waiting to run
release / macos (map[runner:macos-14 target:aarch64]) (push) Waiting to run
release / sdist (push) Waiting to run
release / release (push) Blocked by required conditions
release / windows (map[runner:windows-latest target:x64]) (push) Waiting to run
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
release / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 4s
release / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 2s

This commit is contained in:
Josh Thomas 2025-01-03 12:16:58 -06:00 committed by GitHub
parent a91e89ff67
commit 680df1d611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View file

@ -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 <josh@joshthomas.dev> (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

View file

@ -1,6 +1,6 @@
[package]
name = "djls"
version = "5.1.0-alpha.1"
version = "5.1.0-alpha.2"
edition = "2021"
[lib]

View file

@ -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

2
uv.lock generated
View file

@ -152,7 +152,7 @@ wheels = [
[[package]]
name = "django-language-server"
version = "5.1.0a1"
version = "5.1.0a2"
source = { editable = "." }
[package.dev-dependencies]