Skip to content

Commit

Permalink
bump: version 0.2.5 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Aug 26, 2024
1 parent a2a01b8 commit 19a92cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion osmsg/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19a92cf

Please sign in to comment.