We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edda7fe commit cb89210Copy full SHA for cb89210
CHANGELOG.md
@@ -1,7 +1,16 @@
1
# Change Log
2
3
+
4
## [Unreleased] - yyyy-mm-dd
5
6
+### Added
7
8
+### Changed
9
10
+### Fixed
11
12
+## [0.1.1] - 2024-05-18
13
14
### Added
15
- haru pdf support
16
- dio serial support
matrix.json
@@ -1,5 +1,5 @@
{
- "version": "0.1.0",
+ "version": "0.1.1",
"master": {
"repo": "https://github.com/ZmotriN/php-static-autobuilder.git"
phpsab.php
@@ -11,8 +11,10 @@
// TODO: constants SCRIPTS, SDK
+// TODO: separate update command
-const VERSION = "0.1.0";
17
+const VERSION = "0.1.1";
18
const TMP = DIR.'tmp\\';
19
const LOG = DIR.'logs\\';
20
const BUILD = DIR.'build\\';
0 commit comments