Skip to content

Conversation

Perdiga
Copy link
Collaborator

@Perdiga Perdiga commented Jul 28, 2025

No description provided.

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

@Copilot Copilot AI left a comment

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

[tool.poetry]
name = "codeql-wrapper"
version = "0.1.13"
version = "0.1.12"
Copy link
Preview

Copilot AI Jul 28, 2025

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.

1 participant