What's Changed
* **feat**: azure backend by machow in https://github.com/rstudio/pins-python/pull/143
* **feat!**: support public rsc pin read, using manual board by machow in https://github.com/rstudio/pins-python/pull/147
- **deprecated**: `board_urls` renamed to `board_url`, to match R pins.
- **breaking!**: use a url ending with `"/"` to point to a pin version. If a url does not end with "/", it is assumed to be an individual file.
* **ci**: add windows to test matrix by machow in https://github.com/rstudio/pins-python/pull/149
- **fix**: this should resolve an issue with writing RS Connect pins on windows (https://github.com/rstudio/pins-python/issues/148)
* **docs**: remove todo notes around arrow by machow in https://github.com/rstudio/pins-python/pull/151
**Full Changelog**: https://github.com/rstudio/pins-python/compare/v0.5.0...v0.6.0