Skip to content

chore: release main#52

Merged
swernerx merged 2 commits into
mainfrom
release-please--branches--main
Jan 23, 2026
Merged

chore: release main#52
swernerx merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@swernerx
Copy link
Copy Markdown
Member

@swernerx swernerx commented Jan 22, 2026

🤖 I have created a release beep boop

pythonlib: 2.0.4

2.0.4 (2026-01-22)

Bug Fixes

  • filter comments in expressions, 2D slice assignment with ndarray (9a94e18)
python2ts: 1.4.3

1.4.3 (2026-01-22)

Bug Fixes

  • class method *args, **kwargs parameter order (9a0893b), closes #62
  • comments in args, f-string debug syntax, scientific notation, bare raise (cd25d79)
  • filter comments in expressions, 2D slice assignment with ndarray (9a94e18)
  • filter comments in set literals (d16359f)
  • handle edge cases for imports, method calls, and abstract classes (3e1c1ba)
  • parenthesized tuple, bytes literals, 2D slice, reserved words (89e2c61)
  • reserved keywords in decorated functions, spread in arrays, nested tuple unpacking (b347544)
  • reserved keywords in destructuring, spread in assignments, tuple comments, doc in classes (6c7263f)

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jan 22, 2026

Greptile Summary

This PR is an automated release that bumps the python2ts package version from 1.4.2 to 1.4.3, documenting bug fixes for parenthesized tuples, bytes literals, 2D slicing, and reserved word handling.

Changes:

  • Version updated across manifest and package configuration files
  • CHANGELOG.md updated with release notes referencing commit 89e2c61
  • Standard release-please automation with proper semantic versioning

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Automated release-please PR with only version bumps and changelog updates - no code changes, follows standard semantic versioning practices
  • No files require special attention

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 1.4.2 to 1.4.3 for python2ts package
packages/python2ts/package.json Version field updated from 1.4.2 to 1.4.3
packages/python2ts/CHANGELOG.md Added release entry for v1.4.3 with bug fix reference

Sequence Diagram

sequenceDiagram
    participant RP as Release Please Bot
    participant Manifest as .release-please-manifest.json
    participant Package as package.json
    participant Changelog as CHANGELOG.md
    
    RP->>Manifest: Update version 1.4.2 → 1.4.3
    RP->>Package: Update version field to 1.4.3
    RP->>Changelog: Add v1.4.3 release entry
    Changelog-->>Changelog: Reference bug fix commit 89e2c61
Loading

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.22%. Comparing base (f56a309) to head (06b7fcd).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   84.22%   84.22%           
=======================================
  Files          27       27           
  Lines        2885     2885           
  Branches      790      790           
=======================================
  Hits         2430     2430           
  Misses        235      235           
  Partials      220      220           
Flag Coverage Δ
python2ts 100.00% <ø> (ø)
pythonlib 84.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@swernerx swernerx force-pushed the release-please--branches--main branch 6 times, most recently from cc2a117 to ef017de Compare January 22, 2026 10:23
@swernerx swernerx force-pushed the release-please--branches--main branch from ef017de to ba7566a Compare January 22, 2026 10:55
@swernerx swernerx merged commit e7143d6 into main Jan 23, 2026
7 checks passed
@swernerx
Copy link
Copy Markdown
Member Author

🤖 Created releases:

🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Method *args, **kwargs produces wrong parameter order

1 participant