Skip to content

Release v0.3.0#7

Merged
regularkevvv merged 1 commit intomainfrom
release/v0.3.0
Feb 3, 2026
Merged

Release v0.3.0#7
regularkevvv merged 1 commit intomainfrom
release/v0.3.0

Conversation

@regularkevvv
Copy link
Copy Markdown
Collaborator

@regularkevvv regularkevvv commented Feb 3, 2026

Summary by cubic

Update project version to 0.3.0 in pyproject.toml to prepare the v0.3.0 release.

Written for commit 0c7b458. Summary will update on new commits.

@regularkevvv regularkevvv merged commit 4655a7f into main Feb 3, 2026
7 checks passed
@regularkevvv regularkevvv deleted the release/v0.3.0 branch February 3, 2026 06:35
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="pyproject.toml">

<violation number="1" location="pyproject.toml:3">
P2: The package version is updated to `0.3.0`, but `jinjatest/__init__.py` still defines `__version__ = "0.1.0"`. 

When bumping the version in `pyproject.toml`, you must also update the `__version__` constant in the package initialization file to keep them in sync.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

[project]
name = "jinjatest"
version = "0.2.0"
version = "0.3.0"
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The package version is updated to 0.3.0, but jinjatest/__init__.py still defines __version__ = "0.1.0".

When bumping the version in pyproject.toml, you must also update the __version__ constant in the package initialization file to keep them in sync.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At pyproject.toml, line 3:

<comment>The package version is updated to `0.3.0`, but `jinjatest/__init__.py` still defines `__version__ = "0.1.0"`. 

When bumping the version in `pyproject.toml`, you must also update the `__version__` constant in the package initialization file to keep them in sync.</comment>

<file context>
@@ -1,6 +1,6 @@
 [project]
 name = "jinjatest"
-version = "0.2.0"
+version = "0.3.0"
 description = "A type-safe, structured testing library for Jinja templates"
 readme = "README.md"
</file context>
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant