Skip to content

Commit

Permalink
Mark 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Aug 20, 2024
1 parent 7a6067d commit f9d1d6a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# 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

# 0.1.2 / 2023-02-26

### 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.1.2"
__version__ = "0.1.3"
__name__ = "ctfcli"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ctfcli"
version = "0.1.2"
version = "0.1.3"
description = "ctfcli is a tool to manage Capture The Flag events and challenges"
authors = ["Kevin Chung <[email protected]>", "Miłosz Skaza <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f9d1d6a

Please sign in to comment.