Skip to content

Commit cb89210

Browse files
committed
Prepare version 0.1.1
1 parent edda7fe commit cb89210

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Change Log
22

3+
34
## [Unreleased] - yyyy-mm-dd
45

6+
### Added
7+
8+
### Changed
9+
10+
### Fixed
11+
12+
## [0.1.1] - 2024-05-18
13+
514
### Added
615
- haru pdf support
716
- dio serial support

matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33

44
"master": {
55
"repo": "https://github.com/ZmotriN/php-static-autobuilder.git"

phpsab.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111

1212

1313
// TODO: constants SCRIPTS, SDK
14+
// TODO: separate update command
1415

15-
const VERSION = "0.1.0";
16+
17+
const VERSION = "0.1.1";
1618
const TMP = DIR.'tmp\\';
1719
const LOG = DIR.'logs\\';
1820
const BUILD = DIR.'build\\';

0 commit comments

Comments
 (0)