Skip to content

Commit 588443f

Browse files
authored
Mark 0.1.1 (#140)
# 0.1.1 / 2023-12-11 ### Added - Added `ctf challenge mirror` command to pull changes from the remote CTFd instance into the local project ### Fixed - Properly include challenge.yml when generating a challenge from a template ### Changed - No longer require a ctfcli project to run all `ctf challenge` (e.g. `new`, `format`, `lint`)
1 parent 0170030 commit 588443f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
# 0.1.1 / 2023-12-11
4+
5+
### Added
6+
7+
- Added `ctf challenge mirror` command to pull changes from the remote CTFd instance into the local project
8+
9+
### Fixed
10+
11+
- Properly include challenge.yml when generating a challenge from a template
12+
13+
### Changed
14+
15+
- No longer require a ctfcli project to run all `ctf challenge` (e.g. `new`, `format`, `lint`)
16+
317
# 0.1.0 / 2023-10-03
418

519
### Added

ctfcli/__init__.py

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ctfcli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "ctfcli is a tool to manage Capture The Flag events and challenges"
55
authors = ["Kevin Chung <[email protected]>", "Miłosz Skaza <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)