# PyServeX v{VERSION} ## What's new in this version ### New Features - [ ] Add description of new features - [ ] List new commands or options - [ ] Mention performance improvements ### Bug Fixes - [ ] Describe fixed bugs - [ ] Mention resolved security issues - [ ] List compatibility fixes ### Technical Changes - [ ] Dependency updates - [ ] Code refactoring - [ ] Architecture improvements ### Documentation - [ ] README updates - [ ] New usage examples - [ ] API changes ## Installation ```bash pip install pyserve=={VERSION} ``` ## Usage ```bash # Basic usage pyserve # With custom configuration pyserve --config config.yaml # In debug mode pyserve --debug ``` ## Migration from previous version If you're upgrading from version v{PREVIOUS_VERSION}: 1. [ ] Describe necessary configuration changes 2. [ ] Mention deprecated functions 3. [ ] Provide migration examples ## Known Issues - [ ] List known limitations - [ ] Provide workarounds for issues - [ ] Link to relevant issues ## Acknowledgments Thanks to all contributors who made this version possible! --- **Full changelog:** https://git.pyserve.org/Shifty/pyserveX/compare/v{PREVIOUS_VERSION}...v{VERSION} **Documentation:** https://git.pyserve.org/Shifty/pyserveX/wiki **Report a bug:** https://git.pyserve.org/Shifty/pyserveX/issues/new