Skip to content

Commit a3a3e20

Browse files
committed
Release 0.7.0
1 parent 31aaf2e commit a3a3e20

5 files changed

Lines changed: 34 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 27 deletions
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.6.0"
3+
version = "0.7.0"
44
edition = "2024"
55
license = "MIT"
66
description = "Fast PHP language server with deep type intelligence. Generics, Laravel, PHPStan annotations. Ready in an instant."

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.7.0] - 2026-04-08
11+
1012
### Added
1113

1214
- **`@psalm-return`, `@psalm-param`, and `@psalm-var` tag support.** Psalm-prefixed docblock tags are now recognized alongside their PHPStan equivalents for return types, parameter types, variable types, conditional return types, template parameter bindings, and semantic token highlighting.
@@ -358,7 +360,8 @@ Initial release.
358360
- **Embedded phpstorm-stubs.**
359361
- **Zed editor extension.**
360362

361-
[Unreleased]: https://github.com/AJenbo/phpantom_lsp/compare/0.6.0...HEAD
363+
[Unreleased]: https://github.com/AJenbo/phpantom_lsp/compare/0.7.0...HEAD
364+
[0.7.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.6.0...0.7.0
362365
[0.6.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.5.0...0.6.0
363366
[0.5.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.4.0...0.5.0
364367
[0.4.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.3.0...0.4.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.6.0"
3+
version = "0.7.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.6.0"
4+
version = "0.7.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)