From 6881049719aa5e78837abfe5a412bc4c7c58b247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Sch=C3=B6lzel?= Date: Sun, 24 Mar 2024 19:44:51 +0100 Subject: [PATCH] bumps version --- CHANGELOG.md | 12 ++++++++++-- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f7a71..145ef31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file. 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). - ## [Unreleased] +## [0.2.2] - 2024-03-24 + +### Added + +* New exercises in `exercises/2024/ChatGPT`. +* ChatGPT template in `notes`. +* Script to extract exercises from ChatGPT responses in `scripts/generation/chatgpt_extract.py`. + ## [0.2.1] - 2023-01-29 ### Updated @@ -103,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Objektorientierte Programmierung (BI Master) 2015 - Girl's Day 2019 (full) -[Unreleased]: https://github.com/cschoel/exercise-heap/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/cschoel/exercise-heap/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/cschoel/exercise-heap/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/cschoel/exercise-heap/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/cschoel/exercise-heap/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/cschoel/exercise-heap/compare/v0.0.3...v0.0.4 diff --git a/pyproject.toml b/pyproject.toml index 9fb9da5..44a3bbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "exercise-heap" -version = "0.2.1" +version = "0.2.2" description = "API for interacting with files stored in the exercise heap." authors = ["Christopher Schölzel "] license = "MIT"