From 32614d8e771c832afdb83f7607fab80007800a32 Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Thu, 1 Aug 2024 13:59:11 +0200 Subject: [PATCH] Release v0.2.1 --- CHANGELOG.md | 13 +++++++++---- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9385948..992b267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Documentation about writing unit tests (@vhotspur) -* Basic CI with GitHub Actions (@vhotspur) -* Unit tests for `create-tag`, `protect-tag`, `project-settings`) (@otulach) - ### Changed ### Deprecated @@ -23,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## v0.2.1 - 2024-08-01 + +### Added + +* Documentation about writing unit tests (@vhotspur) +* Basic CI with GitHub Actions (@vhotspur) +* Unit tests for `create-tag`, `protect-tag`, `project-settings`) (@otulach) + + ## v0.2.0 - 2024-06-27 First release on PyPI. diff --git a/pyproject.toml b/pyproject.toml index 61bd8a9..89244f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "teachers-gitlab" -version = "0.2.0" +version = "0.2.1" authors = [ {name = "Vojtech Horky", email = "horky@d3s.mff.cuni.cz"}, ]