v0.7.0
⚠️ BREAKING CHANGES ⚠️
Client.users.current()
now returnsNone
if not authorized with a personal tokenClient.datasets.{create, update}
no longer take a dictMessageCode
is now astr
What's Changed
- Add classifiers to pyproject.toml, improve README by @bahlo in #130
- Upgrade users.current to v2 by @bahlo in #131
- Improve ergonomics of client.datasets by @bahlo in #132
- Structlog support by @bahlo in #133
- Spring cleaning #4 by @bahlo in #134
- Add uv.lock by @bahlo in #135
- feat: Add support for tabular format by @bahlo in #136
- chore: Bump version to 0.7.0 by @bahlo in #137
Full Changelog: v0.6.1...v0.7.0