Skip to content

Release v0.4.1#112

Merged
RaghavChamadiya merged 1 commit intomainfrom
release/v0.4.1
Apr 30, 2026
Merged

Release v0.4.1#112
RaghavChamadiya merged 1 commit intomainfrom
release/v0.4.1

Conversation

@RaghavChamadiya
Copy link
Copy Markdown
Collaborator

@

Summary

Patch release bumping 0.4.0 to 0.4.1 across all four version files. Cuts the release that ships the #110 fix for the missing setuptools subpackages so pipx installs of 0.4.0 (#109) are unblocked.

What changed

Version bump only, no source changes:

  • pyproject.toml
  • packages/core/src/repowise/core/__init__.py
  • packages/cli/src/repowise/cli/__init__.py
  • packages/server/src/repowise/server/__init__.py

What is in this release

The only behavioural change vs 0.4.0 is #110: four subpackages (core.analysis.dead_code, core.ingestion.extractors.bindings, core.ingestion.extractors.heritage, core.ingestion.resolvers.dotnet) are now actually shipped in the wheel. Fixes the ModuleNotFoundError: No module named repowise.core.ingestion.resolvers.dotnet from #109 that crashed repowise init immediately on any pipx install of 0.4.0.

Verified the [tool.setuptools].packages list is now in sync with disk (26 entries, 26 subpackages). Diff is clean.

Release flow

Once this merges to main, tag v0.4.1 will be pushed against the merge commit. That triggers publish.yml end to end: web build, Python wheel build, GitHub release with both artifacts, PyPI upload via trusted publisher.

Closes #109.
@

@RaghavChamadiya RaghavChamadiya merged commit 0eecc52 into main Apr 30, 2026
5 checks passed
@RaghavChamadiya RaghavChamadiya deleted the release/v0.4.1 branch April 30, 2026 05:45
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.

[Bug] python 3.14 ModuleNotFoundError repowise.core.ingestion.resolvers.dotnet

2 participants