Skip to content

Releases: nwaughachukwuma/async-web-search

Release v0.2.1

18 Nov 21:15
Compare
Choose a tag to compare
  • update export list, readme.md and product version
  • remove .env.local and update dotenv loading to default
  • update .gitignore to include .env.test and exclude .env.local
  • update .gitignore to exclude coverage files; change dotenv loading path to env.local
  • remove .env which was mistakenly checked in
  • use the latest versions of actions/setup-python and codecov/codecov-action
  • update the .gitignore once again
  • bump project version; update readme.md
  • bump project version; update readme.md
  • Merge pull request #2 from nwaughachukwuma/add-test-suites
  • define env for google_api_key and cse_id
  • add test cases for wikipedia and arxiv
  • update pytest.ini and publish.yml
  • finalize test_google_search test suite
  • add pytest.ini
  • add pytest config to settings.json
  • add unittest, pytest-asyncio and pytest-cov
  • Merge pull request #1 from nwaughachukwuma/feat/keep-each-source-separate
  • throw value error if query is empty
  • use a base_search config; cleanup
  • add settings.json vscode config
  • split knowledge.py into arxiv and wikipedia
  • add pre-commit config; update the readme
  • move ruff config to ruff.toml

Release v0.2.0

16 Nov 20:32
Compare
Choose a tag to compare
  • bump project version; update readme.md
  • Merge pull request #2 from nwaughachukwuma/add-test-suites
  • define env for google_api_key and cse_id
  • add test cases for wikipedia and arxiv
  • update pytest.ini and publish.yml
  • finalize test_google_search test suite
  • add pytest.ini
  • add pytest config to settings.json
  • add unittest, pytest-asyncio and pytest-cov
  • Merge pull request #1 from nwaughachukwuma/feat/keep-each-source-separate
  • throw value error if query is empty
  • use a base_search config; cleanup
  • add settings.json vscode config
  • split knowledge.py into arxiv and wikipedia
  • add pre-commit config; update the readme
  • move ruff config to ruff.toml

Release v0.1.5

15 Nov 23:40
Compare
Choose a tag to compare
  • use the correct path to github project and issues
  • remove asyncio from requirements.txt

Release v0.1.4

15 Nov 22:56
Compare
Choose a tag to compare
  • create .env.example and bump project version
  • use GOOGLE_API_KEY and CSE_ID if defined in .env
  • use a contextual --config prefix to resolve method resolution order

Release v0.1.3

15 Nov 20:16
Compare
Choose a tag to compare
  • remove v3.9 from python version matrix
  • specify the user and token for pypi release
  • remove release options
  • add a basic pytest spec