From e31e8b9376276dd89094c994013bb6cee693ea80 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 30 Oct 2023 19:29:33 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.33=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2f2147..bc0e7139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.2.0 (2023-10-30) + +### Feat + +- intorduces key value stats feature for all the stats type +- Turkey Data and Frontend Integration + +## v0.1.33 (2023-07-10) + ## v0.1.32 (2023-07-10) ### Perf diff --git a/pyproject.toml b/pyproject.toml index 2bbd531f..bcb9aac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "osmsg" -version = "0.1.33" +version = "0.2.0" description = "OpenStreetMap Stats Generator : Commandline" readme = "README.md" authors = [{name = "Kshitij Raj Sharma", email = "skshitizraj@gmail.com"}]