Skip to content

Commit cb81b21

Browse files
chore(release): version 1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2026-02-21) ### Bug Fixes * pass github app token to action-gh-release to avoid permission error ([5461490](5461490)) * re-architect release pipeline to ensure version correctness ([8636f04](8636f04))
1 parent 5461490 commit cb81b21

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/WebProject-xyz/php-version-manager/compare/v1.0.0...v1.0.1) (2026-02-21)
2+
3+
### Bug Fixes
4+
5+
* pass github app token to action-gh-release to avoid permission error ([5461490](https://github.com/WebProject-xyz/php-version-manager/commit/546149064c52b2740257607284ab047536bac45c))
6+
* re-architect release pipeline to ensure version correctness ([8636f04](https://github.com/WebProject-xyz/php-version-manager/commit/8636f04932334de987dda03ee9745caf25dd41ad))
7+
18
## 1.0.0 (2026-02-21)
29

310
### Features

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.0.0"
3+
version = "1.0.1"
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)