Changelog¶
0.5.0 - 2024-01-03¶
Changes¶
- Breaking: Remove superfluous functionality
- Breaking: Yapx>=0.5.2,<0.6
- Myke-explain
Features¶
mk
shorthand formyke
@task(shell=True)
SLOC Analysis:
|----------|-----|----|-----|-----|-----| | src/myke | 136 | 16 | 355 | 583 | 317 | | tests | 132 | 33 | 25 | 284 | 246 |
0.4.1 - 2023-08-26¶
Features¶
- Task parents [1e2af7e]
- Yapx v0.4 [f5d6ee8]
0.4.0 - 2023-08-17¶
Features¶
- Breaking: Yapx==0.3 [ff772b1]
- Handle CalledProcessError and KeyboardInterrupt [fee658c]
Fixes¶
- Suppress
--tui
from myke parser [bf8b9ac]
SLOC Analysis:
Directory | Empty | Comment | Docstring | Code | Statements |
---|---|---|---|---|---|
src/myke | 205 | 18 | 633 | 854 | 459 |
tests | 208 | 39 | 52 | 440 | 370 |
0.3.0 - 2023-08-09¶
Features¶
- Add
ppqueue
to extras [adf8695]
Changes¶
- Breaking: Require Python v3.8+ [f3c2982]
- Run even when no args given [72dd9f7]
SLOC Analysis:
Directory | Empty | Comment | Docstring | Code | Statements |
---|---|---|---|---|---|
src/myke | 205 | 18 | 490 | 847 | 448 |
tests | 204 | 39 | 52 | 438 | 368 |
0.2.1 - 2023-07-28¶
Other¶
- bump: yapx>=0.2.2
0.2.0 - 2023-07-19¶
Features¶
- Add dedicated arg for
--tui
[6443178]
Changes¶
- In help, "myke args" are now "myke parameters" [58d26da]
- Depend on yapx[extras], including pydantic and textual [022c3f4]
0.1.0 - 2023-06-07¶
- Initial release
SLOC Analysis:
Directory | Empty | Comment | Docstring | Code | Statements |
---|---|---|---|---|---|
src/myke | 208 | 16 | 490 | 880 | 461 |
tests | 202 | 39 | 49 | 431 | 363 |