Skip to content

Commit 06abcc2

Browse files
authored
Mark 0.1.2 (#144)
1 parent 922b8ca commit 06abcc2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# 0.1.2 / 2023-02-26
4+
5+
### Added
6+
7+
- Before uploading files to CTFd, ctfcli will check for CTFd's SHA1 hash of the previously uploaded file and skip uploading if it is the same
8+
- Support using remote Docker images instead of having to build and push local images
9+
310
# 0.1.1 / 2023-12-11
411

512
### Added

ctfcli/__init__.py

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

0 commit comments

Comments
 (0)