Skip to content

Commit ccb13cf

Browse files
committed
bump version to 0.5.0 in php_async.h
1 parent 3dccf0a commit ccb13cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the Async extension for PHP will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.5.0] - 2025-12-31
8+
## [0.5.0] - 2025-12-24
99

1010
### Added
1111
- **Fiber Support**: Full integration of PHP Fibers with TrueAsync coroutine system

php_async.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PHP_ASYNC_API extern zend_class_entry *async_ce_awaitable;
4242
PHP_ASYNC_API extern zend_class_entry *async_ce_timeout;
4343

4444
#define PHP_ASYNC_NAME "true_async"
45-
#define PHP_ASYNC_VERSION "0.4.0"
46-
#define PHP_ASYNC_NAME_VERSION "true async v0.4.0"
45+
#define PHP_ASYNC_VERSION "0.5.0"
46+
#define PHP_ASYNC_NAME_VERSION "true async v0.5.0"
4747

4848
#define REACTOR_CHECK_INTERVAL (100 * 1000000) // ms in nanoseconds
4949

0 commit comments

Comments
 (0)