From 19a92cf94de4512c4c0f2c15cdc0c7df1ebd97ff Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 26 Aug 2024 19:09:31 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.5=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ osmsg/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f66127..10ccba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.0 (2024-08-26) + +### Feat + +- **toml-installation**: removes unnecessary codes adds toml installation with python build + +### Fix + +- **append-upgrade**: upgrade pandas .append + ## v0.2.5 (2024-01-08) ### Fix diff --git a/osmsg/__version__.py b/osmsg/__version__.py index fe404ae..493f741 100644 --- a/osmsg/__version__.py +++ b/osmsg/__version__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index b5ececa..af69e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "osmsg" -version = "0.2.5" +version = "0.3.0" dynamic = ["version"] description = "OpenStreetMap Stats Generator: Commandline" readme = "README.md" @@ -66,7 +66,7 @@ pythonpath = "osmsg" [tool.commitizen] name = "cz_conventional_commits" -tag_format = "$version" +tag_format = "v$version" version_scheme = "semver" version_provider = "pep621" update_changelog_on_bump = true