Skip to content

Revert version number to 0.1.12 in pyproject.toml#97

Merged
Perdiga merged 1 commit into
mainfrom
feature/fix-workflow
Jul 28, 2025
Merged

Revert version number to 0.1.12 in pyproject.toml#97
Perdiga merged 1 commit into
mainfrom
feature/fix-workflow

Conversation

@Perdiga

@Perdiga Perdiga commented Jul 28, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 28, 2025 23:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reverts the version number in the pyproject.toml file from "0.1.13" back to "0.1.12", effectively downgrading the package version.

  • Reverts package version from 0.1.13 to 0.1.12

Comment thread pyproject.toml
[tool.poetry]
name = "codeql-wrapper"
version = "0.1.13"
version = "0.1.12"

Copilot AI Jul 28, 2025

Copy link

Choose a reason for hiding this comment

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

Reverting a version number violates semantic versioning best practices. Version numbers should only move forward to maintain package integrity and avoid confusion in dependency management. Consider using a new version number like 0.1.14 instead.

Suggested change
version = "0.1.12"
version = "0.1.14"

Copilot uses AI. Check for mistakes.
@Perdiga Perdiga merged commit 8f2f48c into main Jul 28, 2025
2 checks passed
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.

2 participants