Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

chore: bump up version#92

Merged
lingjiekong merged 1 commit intomainfrom
dev
Sep 24, 2025
Merged

chore: bump up version#92
lingjiekong merged 1 commit intomainfrom
dev

Conversation

@goldmermaid
Copy link
Member

@goldmermaid goldmermaid commented Sep 24, 2025

User description

Description

Related Issue

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement

How Has This Been Tested?

Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Notes


PR Type

Other


Description

  • Bump package version to 0.0.26

  • Update runtime version constant


Diagram Walkthrough

flowchart LR
  init["any_parser/__init__.py __version__=0.0.26"]
  pyproj["pyproject.toml version=0.0.26"]
  init -- "sync runtime version" --> pyproj
Loading

File Walkthrough

Relevant files
Configuration changes
__init__.py
Bump runtime __version__ to 0.0.26                                             

any_parser/init.py

  • Update __version__ from 0.0.25 to 0.0.26.
  • Keep public API (__all__) unchanged.
+1/-1     
pyproject.toml
Update project version metadata to 0.0.26                               

pyproject.toml

  • Bump [tool.poetry] version from 0.0.25 to 0.0.26.
+1/-1     

Copilot AI review requested due to automatic review settings September 24, 2025 09:08
Copy link

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 bumps the project version from 0.0.25 to 0.0.26 across the project configuration files.

  • Updates version in pyproject.toml and init.py to maintain consistency
  • Standard version increment for a minor release

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updates Poetry project version from 0.0.25 to 0.0.26
any_parser/init.py Updates package version constant from 0.0.25 to 0.0.26

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@lingjiekong lingjiekong left a comment

Choose a reason for hiding this comment

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

LGTM

@lingjiekong lingjiekong merged commit 933319a into main Sep 24, 2025
1 of 2 checks passed
@github-actions
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Version Sync

Ensure the runtime version matches the published package version across all distribution artifacts and any CI/CD release steps to avoid mismatches.

__version__ = "0.0.26"
Metadata Consistency

Verify that the version bump is reflected in changelog/release notes and that packaging/lockfiles (if any) are regenerated to align with version 0.0.26.

version = "0.0.26"

@github-actions
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants