Skip to content

Commit 3b69ef6

Browse files
authored
update release notes (#21)
1 parent a72a56c commit 3b69ef6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/changelog/release-notes.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
## In development
22

33
### 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`
105

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))
1310

1411
### 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))
1717

1818
## 0.1.1
1919

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.
2222

2323
## 0.1.0
2424

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

Comments
 (0)