Skip to content

Commit 947874a

Browse files
committed
Release 0.2.0
1 parent 7db256f commit 947874a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## Unreleased
7+
## 0.2.0 - 30.11.2024
78
### Added
89
- Extend cli with possibility to specify directories for: templates, challenges solutions, and data
910
- Extend cli and `BaseChallenge` interface with possibility to specify custom input file

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 = "aoc-python-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Advent of Code Python scaffolding/running/submitting CLI"
55
authors = [
66
"nekeal <[email protected]>",

0 commit comments

Comments
 (0)