release version 0.9.8

This commit is contained in:
Bo Peng
2025-08-09 20:45:08 -05:00
parent 47a1013059
commit 732bb69db0
5 changed files with 1169 additions and 1163 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
None yet.
## [0.9.8]
- [Issue 248](https://github.com/BoPeng/ai-marketplace-monitor/pull/248). Fix an issue with premature keyword filtering. Thanks to @adawalli
## [0.9.7]
- Add support for telegram [PR 231](https://github.com/BoPeng/ai-marketplace-monitor/pull/231). thanks to @adawalli

View File

@@ -1,7 +1,7 @@
[project]
readme = "README.md"
name = "ai-marketplace-monitor"
version = "0.9.7"
version = "0.9.8"
description = "An AI-based tool for monitoring facebook marketplace"
authors = [{ name = "Bo Peng", email = "ben.bob@gmail.com" }]
requires-python = ">=3.10"

View File

@@ -2,4 +2,4 @@
__author__ = """Bo Peng"""
__email__ = "ben.bob@gmail.com"
__version__ = "0.9.7"
__version__ = "0.9.8"

View File

@@ -13,7 +13,7 @@ from ai_marketplace_monitor.user import User
def test_version(version: str) -> None:
"""Sample pytest test function with the pytest fixture as an argument."""
assert version == "0.9.7"
assert version == "0.9.8"
def test_listing_cache(temp_cache: Cache, listing: Listing) -> None:

2320
uv.lock generated
View File

File diff suppressed because it is too large Load Diff