Skip to content

Commit

Permalink
bump: 0.3.0 → 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2023
1 parent 70a0344 commit b8f5ba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.1 (2023-09-27)

### Fix

- path

## v0.3.0 (2023-09-27)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sirqle"
version = "0.3.0"
version = "0.3.1"
authors = [{ name = "Pythia Dev Team", email = "[email protected]" }]
description = "SurrealDB Query Interface"
readme = "README.md"
Expand Down Expand Up @@ -54,7 +54,7 @@ ensure_newline_before_comments = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.0"
version = "0.3.1"
version_files = ["pyproject.toml:version"]
tag_format = "v$version"
bump_message = "bump: $current_version → $new_version [skip ci]"
Expand Down

0 comments on commit b8f5ba2

Please sign in to comment.