From c2b61c217aa7a60a39f9fd5b4d99e19f563b3d5e Mon Sep 17 00:00:00 2001 From: Doruk Ozturk Date: Mon, 2 Jan 2023 07:51:07 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40d0e6..58f521a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +### Feat + +- Add option to export the report as html or txt + ## v0.6.0 (2022-12-15) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5d02b1c..fdccf9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hardeneks" -version = "0.6.0" +version = "0.7.0" description = "" authors = ["Doruk Ozturk "] readme = "README.md" @@ -40,7 +40,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.0" +version = "0.7.0" version_files = [ "pyproject.toml:[tool.commitizen]\nversion", "pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",