Skip to content

Commit

Permalink
Mark 0.0.11 (#103)
Browse files Browse the repository at this point in the history
# 0.0.11 / 2022-11-09

### Added

- Added a restart policy and container name to services deployed via ssh
- Added `--yaml-path` to `ctf challenge add` to specify a specific `challenge.yml` path that will be added to the .ctf config

### Fixed

- Fixed issue in `ctf templates list` where not all templates would be listed
- Bumped version of dependencies to support Python 3.11
  - Bumped `cookiecutter` to 2.1.1
  - Bumped `requests` to 2.28.1
  - Bumped `colorama` to 0.4.6
  • Loading branch information
ColdHeat authored Nov 9, 2022
1 parent 28a6ba4 commit bae1f4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# 0.0.11 / 2022-11-09

### Added

- Added a restart policy and container name to services deployed via ssh
- Added `--yaml-path` to `ctf challenge add` to specify a specific `challenge.yml` path that will be added to the .ctf config

### Fixed

- Fixed issue in `ctf templates list` where not all templates would be listed
- Bumped version of dependencies to support Python 3.11
- Bumped `cookiecutter` to 2.1.1
- Bumped `requests` to 2.28.1
- Bumped `colorama` to 0.4.6

# 0.0.10 / 2022-03-07

### 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.10"
__version__ = "0.0.11"
__name__ = "ctfcli"

0 comments on commit bae1f4e

Please sign in to comment.