Skip to content

Commit bae1f4e

Browse files
authoredNov 9, 2022
Mark 0.0.11 (#103)
# 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
1 parent 28a6ba4 commit bae1f4e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
# 0.0.11 / 2022-11-09
4+
5+
### Added
6+
7+
- Added a restart policy and container name to services deployed via ssh
8+
- Added `--yaml-path` to `ctf challenge add` to specify a specific `challenge.yml` path that will be added to the .ctf config
9+
10+
### Fixed
11+
12+
- Fixed issue in `ctf templates list` where not all templates would be listed
13+
- Bumped version of dependencies to support Python 3.11
14+
- Bumped `cookiecutter` to 2.1.1
15+
- Bumped `requests` to 2.28.1
16+
- Bumped `colorama` to 0.4.6
17+
318
# 0.0.10 / 2022-03-07
419

520
### Added

‎ctfcli/__init__.py

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

0 commit comments

Comments
 (0)
Please sign in to comment.