# Changelog of UK Contracts Finder Tenders Scraper (`devilscrapes/uk-contracts-finder-tenders-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/uk-contracts-finder-tenders-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/uk-contracts-finder-tenders-scraper.md

## Changelog

All notable changes to this Actor will be documented in this file.

### \[0.0.1] — 2026-08-25

#### Added

- Scaffolded Actor: `.actor/actor.json`, `input_schema.json`,
  `output_schema.json`, `dataset_schema.json`, `pay_per_event.json`,
  `Dockerfile`; `src/main.py` boots, reads input, and pushes a clearly
  marked placeholder row.
- `tests/test_main.py` smoke test; `tests/fixtures/input.qa.json` cloud-QA
  fixture (`maxResults=5`, `useProxy=true`).
- Real scraper logic (`src/models.py`, `src/client.py`, `src/parser.py`,
  full `src/main.py` wiring) is **not yet implemented** — see
  `docs/specs/uk-contracts-finder-tenders-scraper/design.md` and
  `tasks.md` for the next build step.
