|
1 | 1 | ## In development
|
2 | 2 |
|
3 | 3 | ### Features
|
4 |
| -* CLI |
5 |
| - * Annotate submission: `submission annotate` |
6 |
| - * Download submission: `submission pull` |
7 |
| - * Delete one or more submissions: `submission delete` |
8 |
| - * Get information about submission: `submission info` |
9 |
| - * Update submission status: `submission change-status` |
| 4 | +- Add new CLI command: `cnb-tools challenge SUBCOMMAND` |
10 | 5 |
|
11 |
| -* Package |
12 |
| - * New class: `Submission` |
| 6 | +## 0.2.0 |
| 7 | + |
| 8 | +### Features |
| 9 | +- Add new CLI command: `cnb-tools submission SUBCOMMAND` ([#14](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/14), [#19](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/19)) |
13 | 10 |
|
14 | 11 | ### Docs
|
15 |
| -- add [Termynal plug-in](https://github.com/mkdocs-plugins/termynal) |
16 |
| -- mention using a Python environment before installing |
| 12 | +- Add Termynal plug-in ([#10](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/10)) |
| 13 | + |
| 14 | +### Internal |
| 15 | +- Dependency version bump ([#18](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/18)) |
| 16 | +- General CI workflow updates ([#11](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/11), [#13](https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pull/13)) |
17 | 17 |
|
18 | 18 | ## 0.1.1
|
19 | 19 |
|
20 |
| -* Add Dockerfile for GH package. |
21 |
| -* Add CI workflow to deploy image on ghcr.io. |
| 20 | +- Add Dockerfile for GH package. |
| 21 | +- Add CI workflow to deploy image on ghcr.io. |
22 | 22 |
|
23 | 23 | ## 0.1.0
|
24 | 24 |
|
25 |
| -* First commit. Prepare for PyPI publishing. |
26 |
| -* Add initial version of code, docs, etc. |
27 |
| -* Add CI workflows and templates. |
| 25 | +- First commit. Prepare for PyPI publishing. |
| 26 | +- Add initial version of code, docs, etc. |
| 27 | +- Add CI workflows and templates. |
0 commit comments