Skip to content

Commit

Permalink
Mark 0.1.2 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Feb 26, 2024
1 parent 922b8ca commit 06abcc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 0.1.2 / 2023-02-26

### Added

- 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
- Support using remote Docker images instead of having to build and push local images

# 0.1.1 / 2023-12-11

### 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.1"
__version__ = "0.1.2"
__name__ = "ctfcli"

0 comments on commit 06abcc2

Please sign in to comment.