mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-09 21:54:59 +00:00
🔖 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
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:
parent
a91e89ff67
commit
680df1d611
4 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "djls"
|
||||
version = "5.1.0-alpha.1"
|
||||
version = "5.1.0-alpha.2"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -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
2
uv.lock
generated
|
@ -152,7 +152,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "django-language-server"
|
||||
version = "5.1.0a1"
|
||||
version = "5.1.0a2"
|
||||
source = { editable = "." }
|
||||
|
||||
[package.dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue