Skip to content

Commit 13727d5

Browse files
committed
Bump version to 0.6.0
1 parent 3f3d7d0 commit 13727d5

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phpantom_lsp"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55
license = "MIT"
66

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-03-26
11+
1012
### Fixed
1113

1214
- **Rename and find references for parameters.** Renaming a parameter in a function, method, or closure now correctly updates all usages in the body and the `@param` tag in the docblock. Previously, parameters were scoped incorrectly because they sit physically before the opening `{` of the body, causing rename and find references to miss body usages when triggered from the parameter (and vice versa). Document highlight is also fixed.
@@ -250,7 +252,8 @@ Initial release.
250252
- **Embedded phpstorm-stubs.**
251253
- **Zed editor extension.**
252254

253-
[Unreleased]: https://github.com/AJenbo/phpantom_lsp/compare/0.5.0...HEAD
255+
[Unreleased]: https://github.com/AJenbo/phpantom_lsp/compare/0.6.0...HEAD
256+
[0.6.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.5.0...0.6.0
254257
[0.5.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.4.0...0.5.0
255258
[0.4.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.3.0...0.4.0
256259
[0.3.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.2.0...0.3.0

zed-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phpantom-zed"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
publish = false
66
license = "MIT"

zed-extension/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "phpantom"
22
name = "PHPantom"
33
description = "PHP language support powered by PHPantom LSP, a fast and lightweight PHP language server."
4-
version = "0.5.0"
4+
version = "0.6.0"
55
schema_version = 1
66
authors = ["Anders Jenbo <anders@jenbo.dk>"]
77
repository = "https://github.com/AJenbo/phpantom_lsp"

0 commit comments

Comments
 (0)