Skip to content

Commit 06067ff

Browse files
lam0819github-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 6f4e701 commit 06067ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@ All notable changes to `workflow-engine-core` will be documented in this file.
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+
## v0.0.1-alpha - 2025-05-29
9+
10+
### What's Changed
11+
12+
* Bump phpstan/phpstan from 1.12.27 to 2.1.17 by @dependabot in https://github.com/solutionforest/workflow-engine-core/pull/1
13+
14+
### New Contributors
15+
16+
* @dependabot made their first contribution in https://github.com/solutionforest/workflow-engine-core/pull/1
17+
18+
**Full Changelog**: https://github.com/solutionforest/workflow-engine-core/commits/v0.0.1-alpha
19+
820
## [Unreleased]
921

1022
### Added
23+
1124
- Initial release of framework-agnostic workflow engine core
1225
- Workflow definition and execution engine
1326
- Support for custom actions with attributes (Retry, Timeout, Condition)
@@ -20,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2033
- GitHub Actions CI/CD pipeline
2134

2235
### Features
36+
2337
- Framework-agnostic architecture
2438
- PHP 8.3+ type safety and modern features
2539
- Extensible plugin system
@@ -33,4 +47,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3347
## [1.0.0] - TBD
3448

3549
### Added
50+
3651
- Initial stable release

0 commit comments

Comments
 (0)