Skip to content

Conversation

@4thel00z
Copy link
Owner

@4thel00z 4thel00z commented Nov 17, 2025

🤖 I have created a release beep boop

0.1.0 (2025-11-17)

Features

  • achieve 100% e2e test success - all 31 routes working! (fd65c9f)
  • add end-to-end test script with automated API testing (ff64141)
  • add guardian pattern, reorganize docs, enforce linter best practices, fix mypy errors (4ad7756)
  • add professional Makefile, GitHub workflows, improve README, and publish to PyPI (98b8569)
  • add release-please for automated release management (5bb319e)
  • enhance endpoint analysis and IR builder (a1b3e1c)
  • initial SDKGen implementation - OpenAPI to Python SDK generator (2ef95b5)

Bug Fixes

  • add --system flag to uv pip install in CI (f66b425)
  • call tools directly after uv tool install (796af0a)
  • correct GitHub username and README list formatting (c434962)
  • correct tool installation strategy in CI (c94c94e)
  • improve array parameter naming and handle spaces in identifiers (c77e39b)
  • include logo.png in package distribution (01cd4c7)
  • remove resource name pluralization and namespace URL doubling (f96e4ec)
  • resolve CI type errors and test failures (942d440)
  • separate beta endpoints into individual resources (2d38802)
  • update CI workflow to use uv sync and uv run (ec9be74)
  • use --all-extras flag with uv sync to install dev dependencies (3c45551)
  • use GitHub raw URL for logo to fix PyPI display (298835c)
  • use uv pip install for dev dependencies in CI (917f72d)
  • use uv tool install for dev tools in CI (43202b6)

Documentation

  • add comprehensive session history and docstring plan (b9bdb99)
  • add OpenAI-style docstrings to analyzers/ (endpoint, namespace, naming, nested) (ce17293)
  • add OpenAI-style docstrings to core/ (parser, resolver, type_mapper) (0d46eca)
  • add OpenAI-style docstrings to core/ (schema_analyzer, partial ir_builder) (e4aeed4)
  • add OpenAI-style docstrings to utils/ (case_converter, name_sanitizer, http_cache) (74bf231)
  • add release-please usage guide to AGENT.md and cursorrules (7aa040f)
  • update README.md (2376a84)

This PR was generated with Release Please. See documentation.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@@ -1,4 +1,4 @@
{
".": "0.2.0"
".": "0.1.0"
Copy link

Choose a reason for hiding this comment

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

Bug: Version Rollback Breaks Semantic Progression

The version is being downgraded from 0.2.0 to 0.1.0, which violates semantic versioning. The PR title indicates this should be a release to 0.2.1, but the manifest is rolling back to an older version instead. This will cause version conflicts and breaks the expected forward progression of releases.

Fix in Cursor Fix in Web

* use GitHub raw URL for logo to fix PyPI display ([298835c](https://github.com/4thel00z/sdkgen/commit/298835ce01128aba539c65e20fdc0180913122f3))
* use uv pip install for dev dependencies in CI ([917f72d](https://github.com/4thel00z/sdkgen/commit/917f72d100589365fa447d07275024e9afa55f53))
* use uv tool install for dev tools in CI ([43202b6](https://github.com/4thel00z/sdkgen/commit/43202b6082b9d5fe60a7160ff77dd42cddd53b97))

Copy link

Choose a reason for hiding this comment

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

Bug: Duplicate Changelog Entries Cause Structural Chaos

The changelog now contains two different 0.1.0 entries with conflicting content. The newly added detailed entry at the top duplicates the existing simplified entry at the bottom, creating an ambiguous and invalid changelog structure that will confuse users and break changelog parsers.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 46eff22 to 911f7f6 Compare November 17, 2025 00:11
@github-actions github-actions bot changed the title chore(master): release 0.2.1 chore(master): release 0.1.0 Nov 17, 2025
@github-actions github-actions bot force-pushed the release-please--branches--master branch 5 times, most recently from 12ec5d0 to 6f28b84 Compare November 17, 2025 00:57
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 6f28b84 to b29aa17 Compare November 17, 2025 13:47
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.

2 participants