# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.16](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.15...atrium-cli-v0.1.16) - 2024-06-19
### Added
- Update bsky-sdk, and redesign of object types in API ([#189](https://github.com/sugyan/atrium/pull/189))
## [0.1.15](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.14...atrium-cli-v0.1.15) - 2024-06-13
### Other
- update Cargo.toml dependencies
## [0.1.14](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.13...atrium-cli-v0.1.14) - 2024-05-23
### Added
- Add convo commands to CLI ([#180](https://github.com/sugyan/atrium/pull/180))
## [0.1.13](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.12...atrium-cli-v0.1.13) - 2024-05-20
### Other
- update Cargo.toml dependencies
## [0.1.12](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.11...atrium-cli-v0.1.12) - 2024-05-17
### Other
- update Cargo.lock dependencies
## [0.1.11](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.10...atrium-cli-v0.1.11) - 2024-04-18
### Added
- Add limit option ([#159](https://github.com/sugyan/atrium/pull/159))
## [0.1.10](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.9...atrium-cli-v0.1.10) - 2024-04-17
### Other
- update Cargo.lock dependencies
## [0.1.9](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.8...atrium-cli-v0.1.9) - 2024-03-27
### Added
- Add get-preference command to cli ([#151](https://github.com/sugyan/atrium/pull/151))
- Introduce "open" union types ([#149](https://github.com/sugyan/atrium/pull/149))
## [0.1.8](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.7...atrium-cli-v0.1.8) - 2024-03-27
### Other
- update Cargo.lock dependencies
## [0.1.7](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.6...atrium-cli-v0.1.7) - 2024-03-16
### Other
- update Cargo.lock dependencies
## [0.1.6](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.5...atrium-cli-v0.1.6) - 2024-03-14
### Other
- update Cargo.lock dependencies
## [0.1.5](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.4...atrium-cli-v0.1.5) - 2024-03-10
### Fixed
- Error handling to prevent panic ([#132](https://github.com/sugyan/atrium/pull/132))
## [0.1.4](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.3...atrium-cli-v0.1.4) - 2024-03-05
### Other
- update Cargo.toml dependencies
## [0.1.3](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.2...atrium-cli-v0.1.3) - 2024-02-29
### Other
- update Cargo.lock dependencies
## [0.1.2](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.1...atrium-cli-v0.1.2) - 2024-02-21
### Other
- Update README
- Fix bin.name for atrium-cli
## [0.1.1](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.0...atrium-cli-v0.1.1) - 2024-02-20
### Other
- update Cargo.lock dependencies
## [0.1.0](https://github.com/sugyan/atrium/releases/tag/atrium-cli-v0.1.0) - 2023-05-07
### Other
- Add like, notifications
- Update cli/README
- Add blocks for cli
- Update cli
- Add app-password commands to cli
- Update cli: enable post with reply
- Add get-record, get-post-thread to cli
- Add get-author-feed, create-record repost to cli
- Add Default deriving
- Update cli
- Update codegen, use macro
- Update codegen and api, add create-record to cli
- Rename project