SEC EDGAR MCP Server - v1.0.1
What's Changed
β¨ New Features
- π Added PyPI publishing workflow for automated package distribution
- π¦ Added Conda package build fixes with dynamic versioning from Git tags
- π§ͺ Comprehensive CI/CD workflow with multi-platform testing (Ubuntu, Windows, macOS)
π Bug Fixes
- Fixed Conda build Python version requirements (3.11+ instead of 3.13)
- Fixed Windows CI compatibility (removed Unicode characters)
- Fixed package discovery in setuptools configuration
π Documentation
- Added PyPI and Conda badges to README
- Created VERSIONING.md documenting release process
- Updated Python version requirement badge to 3.11+
π§ Infrastructure
- GitHub Actions workflows for PyPI, Conda, and Docker publishing
- Trusted publishing setup for PyPI (no tokens needed)
- Cross-platform CI testing for Python 3.11, 3.12, and 3.13
Full Changelog: v1.0.0-alpha...v1.0.1