# Changelog

## 0.0.10

- fixed the script name because I derped the poetry conversion

## 0.1.2 Cleanup day

- adding pydantic settings to the config so one can easily use env vars for uname/password
- handling some errors and playing nicer with the API fields
- typing / yak shaving

## 0.1.3 Testing

- bumped minimumv Python version to 3.9
- added mocked and live tests for logging into the API, moved things around a bunch.

## 0.1.4 Config fixing

The pydantic_settings model I'd set up for parsing the file-based config didn't work, so I sorted that.
