Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phpantom_lsp"
version = "0.7.0"
version = "0.8.0"
edition = "2024"
license = "MIT"
description = "Fast PHP language server with deep type intelligence. Generics, Laravel, PHPStan annotations. Ready in an instant."
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2026-05-14

### Added

- **Blade template support.** Completion, hover, go-to-definition, diagnostics, semantic tokens, and inlay hints work inside `.blade.php` files. Contributed by @MingJen in https://github.com/AJenbo/phpantom_lsp/pull/100.
Expand Down
2 changes: 1 addition & 1 deletion zed-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phpantom-zed"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
publish = false
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion zed-extension/extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "phpantom"
name = "PHPantom"
description = "PHP language support powered by PHPantom LSP, a fast and lightweight PHP language server."
version = "0.7.0"
version = "0.8.0"
schema_version = 1
authors = ["Anders Jenbo <anders@jenbo.dk>"]
repository = "https://github.com/AJenbo/phpantom_lsp"
Expand Down
Loading