From 2d73fbe8256a66f353416b220e251af7d255824f Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Fri, 14 Jun 2024 13:52:10 +0000 Subject: [PATCH] bump version to 0.2.0 --- CHANGELOG.md | 10 ++++++++-- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8be316..f400e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- pdm release plugin - ### Changes ### Deprecated @@ -20,3 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security + +## [0.2.0] - 2024-06-14 + +### Added + +- pdm release plugin + +### Security diff --git a/pyproject.toml b/pyproject.toml index 6af7a0e..c67c3d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mex-release" -version = "0.1.0" +version = "0.2.0" description = "Create new release with `pdm release VERSION`" authors = [{ name = "MEx Team", email = "mex@rki.de" }] readme = { file = "README.md", content-type = "text/markdown" }