Skip to content

Commit 704a864

Browse files
authored
Mark 0.1.3 (#154)
# 0.1.3 / 2024-08-20 ### Added - Added support for `git subrepo` instead of only `git subtree` - Added the `--create` switch to `ctf challenge mirror` to create local copies of challenges that exist on a remote CTFd instance ### Fixed - `ctf challenge {push, pull}` will now push / pull all challenges instead of the challenge in the current working directory. ### Changed - Use `--load` switch as part of docker build to support alternate build drivers
1 parent 7a6067d commit 704a864

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

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

3+
# 0.1.3 / 2024-08-20
4+
5+
### Added
6+
7+
- Added support for `git subrepo` instead of only `git subtree`
8+
- Added the `--create` switch to `ctf challenge mirror` to create local copies of challenges that exist on a remote CTFd instance
9+
10+
### Fixed
11+
12+
- `ctf challenge {push, pull}` will now push / pull all challenges instead of the challenge in the current working directory.
13+
14+
### Changed
15+
16+
- Use `--load` switch as part of docker build to support alternate build drivers
17+
318
# 0.1.2 / 2023-02-26
419

520
### Added

Diff for: ctfcli/__init__.py

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

Diff for: 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.2"
3+
version = "0.1.3"
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)