Skip to content

Commit 96ed6d5

Browse files
committed
Update CHANGELOG for v1.0.0 release with new features and fixes
1 parent 67740d9 commit 96ed6d5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/Thavarshan/phpvm/compare/v0.0.1...HEAD)
3+
## [v1.0.0](https://github.com/Thavarshan/phpvm/compare/v0.0.1...v1.0.0) - 2025-02-04
4+
5+
### Added
6+
- Auto-switching PHP versions based on `.phpvmrc`.
7+
- Improved support for macOS Homebrew installations.
8+
- Enhanced installation script for easy setup using `curl` or `wget`.
9+
- More robust error handling and output formatting.
10+
- Extended compatibility with `bash` and `zsh` shells.
11+
12+
### Fixed
13+
- Resolved issues with Homebrew PHP detection on macOS.
14+
- Prevented terminal crashes due to incorrect sourcing in shell startup scripts.
15+
- Improved handling of missing PHP versions.
416

517
## [v0.0.1](https://github.com/Thavarshan/phpvm/compare/v0.0.0...v0.0.1) - 2024-10-05
618

719
Initial release for public testing and feedback.
20+

0 commit comments

Comments
 (0)