Merged
Conversation
Contributor
There was a problem hiding this comment.
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>');
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.