We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8ddb5 commit 1dae240Copy full SHA for 1dae240
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## [v1.0.0](https://github.com/adhocore/php-cli/releases/tag/v1.0.0) (2022-06-30)
2
+
3
+### Bug Fixes
4
+- **Shell**: Exitcode is null first (Jitendra Adhikari)
5
6
+### Internal Refactors
7
+- Add typehints, remove redundant docblocks (Jitendra Adhikari)
8
+- Use php8 syntax (Jitendra Adhikari)
9
10
+### Miscellaneous
11
+- Typehint (Jitendra)
12
+- Run on >= php8 (Jitendra Adhikari)
13
+- Use php8 deps (Jitendra Adhikari)
14
15
16
## [0.9.1](https://github.com/adhocore/php-cli/releases/tag/0.9.1) (2022-02-18)
17
18
### Bug Fixes
VERSION
@@ -1 +1 @@
-0.9.1
+v1.0.0
0 commit comments