From b2bcf7717a257384806527b4c68549bb9723aef1 Mon Sep 17 00:00:00 2001 From: ziad hany Date: Thu, 24 Sep 2026 15:27:53 +0300 Subject: [PATCH] Prepare for v0.2.0 release Signed-off-by: ziad hany --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c6e3a7..586b113 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v0.2.0 +------ + +- Order metrics dictionary before returning the result https://github.com/aboutcode-org/healthycode/pull/15 +- npm model version 0.2 https://github.com/aboutcode-org/healthycode/pull/16 v0.1.2 ------ diff --git a/pyproject.toml b/pyproject.toml index 35211ac..880de7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "healthycode" -version = "0.1.2" +version = "0.2.0" description = "Client to generate GrimoireLab metrics for Project Health using the software analytics platform GrimoireLab" authors = [ "Bitergia Developers",