Skip to content

Commit 5d8317c

Browse files
chore(release): version 1.0.0
## 1.0.0 (2026-02-21) ### Features * initial commit for pvm ([15ce607](15ce607)) ### Bug Fixes * use GitHub App token for semantic-release ([b8e2354](b8e2354)) * use macos-latest for x86_64 target to fix unsupported runner error ([98cd2af](98cd2af))
1 parent b8e2354 commit 5d8317c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.0.0 (2026-02-21)
2+
3+
### Features
4+
5+
* initial commit for pvm ([15ce607](https://github.com/WebProject-xyz/php-version-manager/commit/15ce607227eeb046eeb3fa275221ce4df212342b))
6+
7+
### Bug Fixes
8+
9+
* use GitHub App token for semantic-release ([b8e2354](https://github.com/WebProject-xyz/php-version-manager/commit/b8e235425c8ba2aba1f2bf76d4d82b3d313a679f))
10+
* use macos-latest for x86_64 target to fix unsupported runner error ([98cd2af](https://github.com/WebProject-xyz/php-version-manager/commit/98cd2af7378186cdea35ee904db1c685fc269caf))

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 = "0.1.0"
3+
version = "1.0.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)