Skip to content

Commit 925964e

Browse files
chore(release): version 1.3.0
## [1.3.0](v1.2.1...v1.3.0) (2026-05-22) ### Features * implement pvm optimizations, robust uninstall logic and php-version auto-detection ([#30](#30)) ([ccaa069](ccaa069))
1 parent ccaa069 commit 925964e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.0](https://github.com/WebProject-xyz/php-version-manager/compare/v1.2.1...v1.3.0) (2026-05-22)
2+
3+
### Features
4+
5+
* implement pvm optimizations, robust uninstall logic and php-version auto-detection ([#30](https://github.com/WebProject-xyz/php-version-manager/issues/30)) ([ccaa069](https://github.com/WebProject-xyz/php-version-manager/commit/ccaa0697a6060da8966aebeb5899fb929d14a1f6))
6+
17
## [1.2.1](https://github.com/WebProject-xyz/php-version-manager/compare/v1.2.0...v1.2.1) (2026-05-08)
28

39
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "php-version-manager"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
edition = "2024"
55
description = "A blazing fast, zero-configuration PHP version manager"
66
repository = "https://github.com/WebProject-xyz/php-version-manager"

0 commit comments

Comments
 (0)