Skip to content

Commit f528d75

Browse files
committed
chore: consolidate changelog; remove per-release release-notes files
1 parent fa28523 commit f528d75

3 files changed

Lines changed: 3 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
- **`latest-remote` keyword:** Install the newest available remote PHP version directly from package manager repos with `phpvm install latest-remote`.
1616
- **`latest-available` alias:** Alias for `latest-remote`.
1717

18-
19-
### Added
20-
2118
- **`exec` command:** Run a command with a specific PHP version without globally switching. Executes in a subshell to isolate PATH changes from the current shell. Usage: `phpvm exec <version> <command> [args...]`.
2219
- **`run` command:** Sugar for `phpvm exec <version> php <script>`. Usage: `phpvm run <version> [script] [args...]`.
2320
- **`ls-remote` command:** List available PHP versions from system package manager repositories (Homebrew, apt, dnf, yum, pacman). Supports optional pattern filtering (e.g., `phpvm ls-remote 8.2`).
@@ -323,7 +320,7 @@
323320

324321
## [v1.3.0](https://github.com/Thavarshan/phpvm/compare/v1.2.0...v1.3.0) - 2025-05-11
325322

326-
## Added
323+
### Added
327324

328325
- Added `system` command to easily switch back to system PHP version
329326
- Added timestamps to all log messages for better traceability and debugging
@@ -336,7 +333,7 @@
336333
- Added ability to run self-tests with `phpvm test` command
337334
- Added debugging capability via `DEBUG=true` environment variable
338335

339-
## Changed
336+
### Changed
340337

341338
- Changed logging format to include timestamps and log levels
342339
- Changed sudo handling to use a centralized helper function
@@ -347,7 +344,7 @@
347344
- Improved bash/zsh shell compatibility with better sourcing logic
348345
- Improved code organization and reduced duplication with helper functions
349346

350-
## Fixed
347+
### Fixed
351348

352349
- Fixed shell crash issue when sourcing in zsh with p10k theme
353350
- Fixed path expansion issues in Ubuntu bashrc configurations

release-notes-1.12.0.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

release-notes-1.12.1.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)