Skip to content

Commit 826d1e6

Browse files
authored
Mark 0.1.5 (#191)
# 0.1.5 / 2025-09-04 ### Added - Support for hint titles - Support `logic` key for challenges ### Fixed - Fix issue with resolving relative challenge paths during install
1 parent 2dbc5e2 commit 826d1e6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
# 0.1.5 / 2025-09-04
4+
5+
### Added
6+
7+
- Support for hint titles
8+
- Support `logic` key for challenges
9+
10+
### Fixed
11+
12+
- Fix issue with resolving relative challenge paths during install
13+
314
# 0.1.4 / 2025-04-29
415

516
### Added

ctfcli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"
22
__name__ = "ctfcli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ctfcli"
3-
version = "0.1.4"
3+
version = "0.1.5"
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)