Skip to content

Conversation

@ultmaster
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 25, 2025 09:08
Copy link
Contributor

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 POML project version from 0.0.6 to 0.0.7 across all package configuration files and updates a test to use a more permissive version range.

  • Updates version strings in Python, TypeScript, and VS Code extension configuration files
  • Modifies a version compatibility test to use a broader maximum version range
  • Ensures version consistency across the multi-language POML project

Reviewed Changes

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

Show a summary per file
File Description
python/poml/_version.py Updates Python package version constant
pyproject.toml Updates Python project configuration version
packages/poml/version.ts Updates TypeScript package version constant
packages/poml/tests/meta.test.tsx Updates test to use broader version compatibility range
package.json Updates VS Code extension version
Comments suppressed due to low confidence (1)

packages/poml/tests/meta.test.tsx:9

  • The test now uses an unrealistically high maximum version (999.0.0) which reduces the test's effectiveness. Consider using a more realistic upper bound or creating a separate test that specifically validates the current version falls within the acceptable range.
    const result = await poml('<meta minVersion="0.0.1" maxVersion="999.0.0"/><p>hi</p>');

@ultmaster ultmaster enabled auto-merge (squash) July 25, 2025 09:27
@ultmaster ultmaster merged commit 2238194 into main Jul 25, 2025
3 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