Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v0.0.56 #487

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## Version 0.0.56

**05.12.2024**

* Add ability to send aspect ratio with `send_image` and `send_images` by @palmer-cl in https://github.com/MarshalX/atproto/pull/480
* Add `get_bsky_post_by_url` example by @DGaffney in https://github.com/MarshalX/atproto/pull/424
* Add new `add_user_to_list` advanced example by @MarshalX in https://github.com/MarshalX/atproto/pull/435
* Update lexicons by @MarshalX in https://github.com/MarshalX/atproto/pull/481, https://github.com/MarshalX/atproto/pull/485, https://github.com/MarshalX/atproto/pull/458, https://github.com/MarshalX/atproto/pull/452, https://github.com/MarshalX/atproto/pull/429, https://github.com/MarshalX/atproto/pull/442
* Fix `update_lexicons` workflow by @MarshalX in https://github.com/MarshalX/atproto/pull/428
* Fix typo in item of `SessionEvent`: `'creat'` -> `'create'` by @zzstoatzz in https://github.com/MarshalX/atproto/pull/439
* Fix `clone()` and `with_...()` methods for `AsyncClient` by @MarshalX in https://github.com/MarshalX/atproto/pull/457
* Fix link to API docs for rate-limits in `atproto_client/auth.md` by @questionlp in https://github.com/MarshalX/atproto/pull/464

## Version 0.0.55

**24.10.2024**
Expand Down
Loading