Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Open
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. This project uses [Release Please](https://github.com/googleapis/release-please) to automate releases and changelog management.

## [0.6.0](https://github.com/OpenForgeProject/vscode-ddev-phpstan/compare/v0.5.2...v0.6.0) (2026-03-03)


### Features

* update README and changelog to reflect project abandonment ([d8616c7](https://github.com/OpenForgeProject/vscode-ddev-phpstan/commit/d8616c7a19d63ee2e0095732ba2cac3aff5d5de4))

## [0.6.0] (2026-03-03)
Comment on lines +8 to 12
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md now contains two separate sections titled "0.6.0" (one linked compare section at the top and another "## [0.6.0]" immediately after). This duplication will confuse release notes and automated changelog parsing; please merge these into a single 0.6.0 entry (preserving both feature bullets) and remove the redundant header.

Copilot uses AI. Check for mistakes.

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-ddev-phpstan",
"displayName": "DDEV PHPStan",
"description": "[ABANDONED] This project is abandoned in favor of Trunk Code Quality. PHP static analysis with PHPStan in DDEV containers for VS Code",
"version": "0.5.2",
"version": "0.6.0",
"publisher": "OpenForgeProject",
"license": "GPL-3.0",
"icon": "assets/icon.png",
Expand Down
Loading