We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4126e commit f5dfabeCopy full SHA for f5dfabe
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.0.1-alpha (2024-08-02)
4
+
5
+## What's Changed
6
+* Fix PHAR building by @roxblnfk in https://github.com/php-internal/dload/pull/16
7
8
9
+**Full Changelog**: https://github.com/php-internal/dload/compare/1.0.0-alpha...1.0.1-alpha
10
11
## 1.0.0-alpha (2024-07-20)
12
13
## What's Changed
resources/version.json
@@ -1,3 +1,3 @@
{
- ".": "1.0.0-alpha"
+ ".": "1.0.1-alpha"
}
0 commit comments