Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Mar 24, 2024
1 parent 1dd35f5 commit 6881049
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <christopher.schoelzel@mailbox.org>"]
license = "MIT"
Expand Down

0 comments on commit 6881049

Please sign in to comment.