Skip to content

Commit 10252db

Browse files
committed
Bump version to 0.8.0
1 parent 72f3d3b commit 10252db

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.7.0"
3+
version = "0.8.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.8.0] - 2026-05-14
11+
1012
### Added
1113

1214
- **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.
@@ -528,7 +530,8 @@ Initial release.
528530
- **Embedded phpstorm-stubs.**
529531
- **Zed editor extension.**
530532

531-
[Unreleased]: https://github.com/AJenbo/phpantom_lsp/compare/0.7.0...HEAD
533+
[Unreleased]: https://github.com/AJenbo/phpantom_lsp/compare/0.8.0...HEAD
534+
[0.8.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.7.0...0.8.0
532535
[0.7.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.6.0...0.7.0
533536
[0.6.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.5.0...0.6.0
534537
[0.5.0]: https://github.com/AJenbo/phpantom_lsp/compare/0.4.0...0.5.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.7.0"
3+
version = "0.8.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.7.0"
4+
version = "0.8.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)