Fix end of line for markdown files

This commit is contained in:
Bo Peng
2025-07-25 22:09:56 -05:00
parent dc1597990e
commit d90a47ff03
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.6]
- Fix searching across regions.
- Switch from `poetry` to `uv` for development.
## [0.9.5]
- [issue 155](https://github.com/BoPeng/ai-marketplace-monitor/issues/155) Fix output of pushbullet

View File

@@ -76,4 +76,4 @@ pip install ai-marketplace-monitor
- **Faster**: uv is significantly faster than Poetry for dependency resolution and installation
- **Better caching**: More efficient caching mechanism
- **Simpler**: Fewer configuration files and simpler setup
- **Standard**: Uses standard Python packaging (pyproject.toml) without Poetry-specific extensions
- **Standard**: Uses standard Python packaging (pyproject.toml) without Poetry-specific extensions