release: v0.1.2 - migrate examples to hcs, fix package dependencies
- Bump version to 0.1.2
- Remove examples from atproto package (fix missing cohttp-eio error)
- Migrate all examples from cohttp-eio to hcs library:
- bsky_bot: use Hcs.Client for HTTP requests
- identity_tool: use Hcs.Client for HTTP requests
- repo_inspector: use Hcs.Client with 100MB response limit
- feed_generator: use Hcs.Websocket for firehose connection
- Update dune files to use hcs instead of cohttp-eio/tls-eio
- All 311 tests pass