Skip to content

chore: bump version to 1.0.0#47

Merged
shaypal5 merged 2 commits intomainfrom
chore/version-bump-1.0.0
May 2, 2026
Merged

chore: bump version to 1.0.0#47
shaypal5 merged 2 commits intomainfrom
chore/version-bump-1.0.0

Conversation

@shaypal5
Copy link
Copy Markdown
Contributor

@shaypal5 shaypal5 commented May 2, 2026

Summary

  • Bump package version from 0.1.0 to 1.0.0 in pyproject.toml and leadforge/version.py
  • Update pyproject.toml classifier from Pre-Alpha to Production/Stable
  • Update README.md install instructions: pip install leadforge (was pip install git+...); remove "PyPI coming" note
  • Consolidate CHANGELOG.md: rename Unreleased to v1.0.0 — (2026-05-02), add highlights section, fold milestone headings into collapsible development history

Test plan

  • pytest passes (no code changes)
  • python -c "import leadforge; print(leadforge.__version__)" prints 1.0.0
  • Verify CHANGELOG renders correctly on GitHub

🤖 Generated with Claude Code

All milestones (M0–M13) are complete. Bump package version,
update install instructions to use PyPI, and consolidate
CHANGELOG under the v1.0.0 heading.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shaypal5 shaypal5 added the type: chore Tooling, config, repo hygiene label May 2, 2026
Copilot AI review requested due to automatic review settings May 2, 2026 09:09
@shaypal5 shaypal5 added the type: chore Tooling, config, repo hygiene label May 2, 2026
@github-actions

This comment has been minimized.

Copy link
Copy Markdown

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

Prepares the leadforge package for a stable v1.0.0 release by updating versioning metadata and release-facing documentation.

Changes:

  • Bump version to 1.0.0 in both packaging metadata and runtime __version__.
  • Update project maturity classifier to Production/Stable.
  • Refresh public docs for PyPI installation and consolidate the changelog into a v1.0.0 release entry with collapsed milestone history.

Reviewed changes

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

Show a summary per file
File Description
pyproject.toml Updates package version to 1.0.0 and marks the project as Production/Stable.
leadforge/version.py Updates runtime __version__ to 1.0.0 (used by imports/CLI).
README.md Switches install instructions to pip install leadforge and removes “PyPI coming” note.
CHANGELOG.md Replaces “Unreleased” with a dated v1.0.0 release section and collapses milestone history.
.agent-plan.md Updates internal tracker to reflect the v1.0.0 release and checklist completion.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Single version source: version.py now reads from importlib.metadata
  instead of duplicating the literal from pyproject.toml.
- README: add git+ install fallback since PyPI publish is a separate step.
- CHANGELOG: remove stray parens from date, add empty Unreleased section
  per Keep a Changelog convention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

pr-agent-context report:

No unresolved review comments, failing checks, or actionable patch coverage gaps were found on PR #47 in repository https://github.com/leadforge-dev/leadforge. Treat this PR as all clear unless new signals appear.

Run metadata:

Tool ref: v4
Tool version: 4.0.21
Trigger: commit pushed
Workflow run: 25248748319 attempt 1
Comment timestamp: 2026-05-02T09:20:07.824532+00:00
PR head commit: 20ebb9217154b1f04721a54c6c7db60724931cf9

@shaypal5 shaypal5 merged commit ccee9da into main May 2, 2026
7 checks passed
@shaypal5 shaypal5 deleted the chore/version-bump-1.0.0 branch May 2, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Tooling, config, repo hygiene

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants