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.39 #261

Merged
merged 1 commit into from
Feb 2, 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
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## Version 0.0.39

**02.02.2024**

**⚠️ Using strong references in `.like()` and `.repost()` methods are deprecated. Use URI and CID arguments instead.**

* Use .like() and .repost() methods without strong reference by @MarshalX in https://github.com/MarshalX/atproto/pull/255
* Allow Service URl as base URL by @MarshalX in https://github.com/MarshalX/atproto/pull/256
* Improve URL detection in auto_hyperlinks example by @editor-syntax in https://github.com/MarshalX/atproto/pull/250
* Simplify send_embed example by @MarshalX in https://github.com/MarshalX/atproto/pull/258
* Update lexicons fetched from f023494 committed 2024-01-30T22:19:36Z by @MarshalX in https://github.com/MarshalX/atproto/pull/259
* Delete release workflow by @MarshalX in https://github.com/MarshalX/atproto/pull/252
* Add docs codegen check to GitHub Actions Workflow by @MarshalX in https://github.com/MarshalX/atproto/pull/260

## Version 0.0.38

**26.01.2024**
Expand Down
Loading