Merged
Conversation
Bump version to 1.0.0 and prepare for stable release: **Version Updates:** - pyproject.toml: 0.1.0 → 1.0.0 - src/bunenv/__init__.py: bunenv_version = "1.0.0" **New Files:** - CHANGELOG.md: Comprehensive 1.0 release notes - GitHub Action feature - Documentation improvements - Testing & quality enhancements - Real-world validation (byte project) **Cleanup:** - Removed testpypi index from pyproject.toml - Removed publish-to-testpypi job from publish workflow - Production-only PyPI publishing **1.0 Highlights:** ✅ GitHub Action for CI/CD workflows ✅ Comprehensive Sphinx documentation ✅ 98%+ test coverage ✅ Cross-platform support (Ubuntu, macOS, Windows) ✅ Python 3.10-3.13 support ✅ Real-world validation in byte project ✅ Zero runtime dependencies **Breaking Changes:** None - fully backward compatible Ready for stable 1.0.0 release and production use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
🎉 bunenv 1.0.0 - Stable Release
This PR prepares bunenv for its first stable 1.0.0 release after successful validation in production (byte project).
📋 Changes
Version Bumps
pyproject.toml:0.1.0→1.0.0src/bunenv/__init__.py:bunenv_version = "1.0.0"New Files
CHANGELOG.md- Comprehensive release history following Keep a Changelog formatCleanup
testpypiindex frompyproject.tomlpublish-to-testpypijob from publish workflowtest-env/to.gitignore🚀 1.0.0 Highlights
GitHub Action (#7 - Merged)
✅ Official
JacobCoffee/bunenv@v1action✅ One-line setup for CI/CD
✅ Automatic caching
✅ Cross-platform (Ubuntu, macOS, Windows)
✅ Complete documentation in
ACTION.mdDocumentation (#6 - Merged)
✅ Professional Sphinx docs with Shibuya theme
✅ Complete API reference
✅ User guides and tutorials
✅ Troubleshooting and migration guides
✅ Makefile targets for building docs
Testing & Quality
✅ 98%+ test coverage
✅ Cross-platform tests
✅ Python 3.10-3.13 support
✅ Modern tooling (ruff, ty, prek)
✅ Comprehensive CI/CD
Real-World Validation
✅ Successfully migrated byte project from nodeenv → bunenv
✅ byte PR #136 passed CI - Production ready
✅ Zero breaking changes
✅ Proven architecture
📊 What Makes 1.0 Stable?
🔄 Breaking Changes
None! - bunenv 1.0.0 is fully backward compatible with 0.1.0.
📝 Release Checklist
🎯 Next Steps
After this PR is merged:
v1.0.0v1for GitHub Marketplacebunenv@v1action🔗 Related
🤖 Generated with Claude Code