Skip to content

Commit de3dcee

Browse files
authored
Mark 0.0.12 (#119)
# 0.0.12 / 2023-06-25 ### Added - Add cloud deploy for hosted CTFd instances - Add the `protocol` field in the challenge.yml spec - Further define what other deployment methods should provide & return - Add the ability to add HTTP cookies to ctfcli requests via the config file ### Fixed - Allow ignoring category during challenge sync
1 parent bbcbfd0 commit de3dcee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
# 0.0.12 / 2023-06-25
4+
5+
### Added
6+
7+
- Add cloud deploy for hosted CTFd instances
8+
- Add the `protocol` field in the challenge.yml spec
9+
- Further define what other deployment methods should provide & return
10+
- Add the ability to add HTTP cookies to ctfcli requests via the config file
11+
12+
### Fixed
13+
14+
- Allow ignoring category during challenge sync
15+
316
# 0.0.11 / 2022-11-09
417

518
### Added

ctfcli/__init__.py

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

0 commit comments

Comments
 (0)