Skip to content

Commit

Permalink
Mark 0.0.13 (#128)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
ColdHeat authored Jul 29, 2023
1 parent b9e47eb commit 7b4a09a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# 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

# 0.0.12 / 2023-06-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion ctfcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.12"
__version__ = "0.0.13"
__name__ = "ctfcli"

0 comments on commit 7b4a09a

Please sign in to comment.