Skip to content

Commit

Permalink
Mark 0.1.1 (#140)
Browse files Browse the repository at this point in the history
# 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`)
  • Loading branch information
ColdHeat authored Dec 11, 2023
1 parent 0170030 commit 588443f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# 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`)

# 0.1.0 / 2023-10-03

### 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.0"
__version__ = "0.1.1"
__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.0"
version = "0.1.1"
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 588443f

Please sign in to comment.