0.4.17 (2026-04-21)
Bug Fixes
- embed Harbor URL in each task’s docstring (#64) (b76d374)
- restore registry tracker and repoint docs URLs to new Harbor site (#61) (cc00228)
0.4.16 (2026-04-08)
Bug Fixes
- apply resource overrides only to default service (#56) (ea5e86f)
0.4.15 (2026-04-01)
Bug Fixes
- pin harbor<0.3.0 and bump inspect-ai>=0.3.201 (#52) (0cb0a46)
0.4.13 (2026-03-25)
Bug Fixes
- pin litellm<1.82.7 to block compromised versions (#48) (5e7328b)
- update Harbor registry tasks (#47) (10752d5)
0.4.11 (2026-03-18)
Bug Fixes
- enforce network mode & handle variable expansion (#43) (3858da2)
0.4.10 (2026-03-16)
Bug Fixes
- enforce allow_internet network mode in compose-file path (#42) (14bdc24)
- update Harbor registry tasks (#40) (290c0ca)
0.4.1 (2026-02-12)
Documentation
- improve REGISTRY.md table formatting and highlight featured datasets (#20) (8d995aa)
0.4.0 (2026-02-12)
Features
- add autogenerated REGISTRY.md with dataset catalog (#19) (f643583)
- add static task generation from Harbor registry (#14) (801fcb4)
Bug Fixes
- add RELEASE_PLEASE_TOKEN to update-registry workflow (#16) (3cd9ebc)
- remove timestamp from generated tasks (#18) (08ffc96)
0.3.0 (2026-02-11)
Features
- add resource override parameters to harbor() task (#11) (e765c4c)
0.2.0 (2026-02-10)
Features
- simplify harbor() API by removing solver parameter (#7) (37ef434)
Bug Fixes
- add RELEASE_PLEASE_TOKEN to release workflow (#8) (f99615c)
0.1.0 (2026-02-10)
Features
- Initial release of inspect_harbor
- Inspect AI interface to Harbor tasks
- Support for Harbor task execution and evaluation
- Integration with Inspect AI evaluation registry
Documentation
- Add comprehensive README with usage examples
- Add project documentation and setup instructions
Miscellaneous
- Set up CI/CD with GitHub Actions
- Add test suite with pytest
- Configure code quality tools (ruff, pyright)
- Add pre-commit hooks