Skip to content

Commit 4d846c9

Browse files
committed
Release 0.2.1
1 parent 23d0a2e commit 4d846c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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+
8+
## 0.2.1 - 01.12.2024
79
### Fixed
810
- Fix submission of the solution due to using old challenge interface
911

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

0 commit comments

Comments
 (0)