Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Cache Composer packages
uses: actions/cache@v4
with:s
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
Expand Down
21 changes: 1 addition & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.0.1] - 11/04/2025
## [0.0.1] - 12/04/2025

### Additions
- Initial release

# Template

## [0.0.0] - 01/01/1970

### Additions
- Item

### Changes
- Item

### Fixes
- Item

### Chore
- Item

### Tests
- Item
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1alpha3
0.0.1alpha4