Skip to content

Commit bd4a393

Browse files
committed
chore: new version v1.2.0 [skip ci] [ci skip]
1 parent b194cff commit bd4a393

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [v1.2.0](https://github.com/adhocore/php-cli/releases/tag/v1.2.0) (2022-10-08)
2+
3+
### Features
4+
- **App**: Set common group to commands set via callable (Jitendra Adhikari) [_6c6e53c_](https://github.com/adhocore/php-cli/commit/6c6e53c)
5+
- **Helper**: Support grouped sorting for show help (Jitendra Adhikari) [_314a887_](https://github.com/adhocore/php-cli/commit/314a887)
6+
- **Input**: Add Groupable interface, make Command groupable (Jitendra Adhikari) [_29b09ce_](https://github.com/adhocore/php-cli/commit/29b09ce)
7+
8+
### Bug Fixes
9+
- Adapt for strict type php8 (Jitendra Adhikari) [_8198969_](https://github.com/adhocore/php-cli/commit/8198969)
10+
11+
### Internal Refactors
12+
- *****: Use imports instead of FQN (Jitendra Adhikari) [_bd0a70c_](https://github.com/adhocore/php-cli/commit/bd0a70c)
13+
14+
### Miscellaneous
15+
- **Travis**: Retire it :( (Jitendra Adhikari) [_70e510b_](https://github.com/adhocore/php-cli/commit/70e510b)
16+
17+
### Documentations
18+
- Add Grouping commands section (Jitendra Adhikari) [_3e05837_](https://github.com/adhocore/php-cli/commit/3e05837)
19+
20+
### Builds
21+
- **Workflow**: Add github action build (Jitendra Adhikari) [_9b4da7d_](https://github.com/adhocore/php-cli/commit/9b4da7d)
22+
23+
124
## [v1.0.1](https://github.com/adhocore/php-cli/releases/tag/v1.0.1) (2022-07-05)
225

326
### Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.1
1+
v1.2.0

0 commit comments

Comments
 (0)