Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit f3f3259

Browse files
committed
chore(release): 0.0.1
1 parent 123bda9 commit f3f3259

3 files changed

Lines changed: 2203 additions & 296 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
# Changelog
22

3-
All notable changes to the "DDEV PHPStan" extension will be documented in this file.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
## [0.0.1](https://github.com/OpenForgeProject/vscode-ddev-phpstan/compare/v0.5.0...v0.0.1) (2026-01-12)
76

8-
## [Unreleased]
7+
## [0.5.0] - 2026-01-12
8+
9+
### Changed
10+
11+
- **Code Security**: Enhanced command execution security
12+
- Refactored command building to use array-based arguments to prevent command injection
13+
- Replaced direct filesystem calls with system wrappers for improved security and testability
14+
- **Release Workflow**: Major optimizations to the release process
15+
- Automated `package.json` version bumping from Git tags (no manual updates needed)
16+
- Added artifact upload for `.vsix` packages in GitHub Actions
17+
- Integrated linting steps to facilitate higher code quality checks before release
18+
- Updated GitHub Actions (`checkout`, `setup-node`) to `v6`
19+
- **Dependencies**: Updated core dependencies
20+
- Bumped VS Code engine requirement to `^1.108.0`
21+
- Updated `@types/vscode`, `@types/node`, and `ovsx`
22+
23+
### Fixed
24+
25+
- **Code Quality**: Resolved various code scanning alerts and static analysis findings
26+
- Cleaned up unused variables, imports, and unreachable code
27+
- Improved command argument handling for stability
928

1029
## [0.4.2] - 2025-10-01
1130

0 commit comments

Comments
 (0)