From c2761b6aa531882df47b4267851eac9dc318e231 Mon Sep 17 00:00:00 2001 From: paulstretenowich <31796146+paulstretenowich@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:25:40 +0000 Subject: [PATCH] [create-pull-request] automated change --- CHANGELOG.md | 8 ++++++++ project_tracking/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e45e88b..4987e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.1.1](https://github.com/c3g/project_tracking/compare/2.1.0...2.1.1) + +- New migration script for Metric value not nullable [`67065db`](https://github.com/c3g/project_tracking/commit/67065db790133836c2a751873ca14b4a5cc795d1) +- Allowing null value for Metric [`da85b8b`](https://github.com/c3g/project_tracking/commit/da85b8bba936fc425718a796d822a7cff4c89ec7) +- Raising current unique constraint fail error [`d413ea5`](https://github.com/c3g/project_tracking/commit/d413ea5ebcf9a70a55dc385d5f59a600b2657cbb) + #### [2.1.0](https://github.com/c3g/project_tracking/compare/2.0...2.1.0) +> 12 November 2024 + - Adding versioning with PDM + consolidating digests [`7cfa958`](https://github.com/c3g/project_tracking/commit/7cfa95842dd57ae0ce9d7ea305a7f6dcc69d3e9d) - Consolidating workflows [`cd9ba04`](https://github.com/c3g/project_tracking/commit/cd9ba049971964ff1c47be340c1a6d1f40fb1e73) - [create-pull-request] automated change [`84a106e`](https://github.com/c3g/project_tracking/commit/84a106ee2d90e05ff7c15806ca303b3c03a7d228) diff --git a/project_tracking/__version__.py b/project_tracking/__version__.py index a33997d..55fa725 100644 --- a/project_tracking/__version__.py +++ b/project_tracking/__version__.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '2.1.1'