Skip to content

Commit 7b4a09a

Browse files
authored
Mark 0.0.13 (#128)
# 0.0.13 / 2023-07-29 ### Added - Add env variable `CTFCLI_PLUGIN_DIR` to override the default plugin dir for development. - Add `--directory` argument to `ctfcli challenge add` - Can also be called as `ctf challenge add [email protected]:repo.git directory` - Useful for grouping challenges into separate directories like: `web/challenge1`. - `connection_info` specified in challenge.yml will be used instead of details generated by a deploy handler ### Fixed - Bump PyYAML version to 6.0.1
1 parent b9e47eb commit 7b4a09a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
# 0.0.13 / 2023-07-29
4+
5+
### Added
6+
7+
- Add env variable `CTFCLI_PLUGIN_DIR` to override the default plugin dir for development.
8+
- Add `--directory` argument to `ctfcli challenge add`
9+
- Can also be called as `ctf challenge add [email protected]:repo.git directory`
10+
- Useful for grouping challenges into separate directories like: `web/challenge1`.
11+
- `connection_info` specified in challenge.yml will be used instead of details generated by a deploy handler
12+
13+
### Fixed
14+
15+
- Bump PyYAML version to 6.0.1
16+
317
# 0.0.12 / 2023-06-25
418

519
### Added

ctfcli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.12"
1+
__version__ = "0.0.13"
22
__name__ = "ctfcli"

0 commit comments

Comments
 (0)