Skip to content

Conversation

Perdiga
Copy link
Collaborator

@Perdiga Perdiga commented Jul 28, 2025

Release v0.1.13

This is an automated release pull request created by the release workflow.

Version Information

  • Current version: 0.1.12
  • New version: 0.1.13
  • Increment type: patch

Changes

  • Bump version to 0.1.13 in pyproject.toml
  • Update package metadata

Release Process

  1. ✅ Version determined automatically
  2. ✅ Tests passed
  3. ✅ Package built successfully
  4. ⏳ Awaiting PR merge
  5. ⏳ Tag creation (after merge)
  6. ⏳ Package publishing (after merge)
  7. ⏳ GitHub release creation (after merge)

Related


Note: This PR needs to be merged manually to proceed with the release.
After merging, the 'Publish Release' workflow will complete the release automatically.

- Bump version to 0.1.13
- Update package metadata
- Increment type: patch

Released via GitHub Actions
@Perdiga Perdiga added the release Release-related pull requests and issues label Jul 28, 2025
@Copilot Copilot AI review requested due to automatic review settings July 28, 2025 21:54
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 is an automated release pull request that updates the package version from 0.3.0.dev2 to 0.1.13 in the pyproject.toml file. The version change represents a patch increment as part of the standard release workflow process.

  • Version bump from development version to stable release version
  • Updates package metadata for release v0.1.13

[tool.poetry]
name = "codeql-wrapper"
version = "0.3.0.dev2"
version = "0.1.13"
Copy link

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.

The version change from "0.3.0.dev2" to "0.1.13" appears to be a downgrade rather than a patch increment. This violates semantic versioning principles where version numbers should increase. The new version (0.1.13) is lower than the previous version (0.3.0.dev2).

Suggested change
version = "0.1.13"
version = "0.3.0"

Copilot uses AI. Check for mistakes.

@Perdiga Perdiga merged commit f53b852 into main Jul 28, 2025
2 checks passed
@Perdiga Perdiga deleted the release/v0.1.13 branch July 28, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release-related pull requests and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants