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 changes for 0.0.3 #10

Merged
merged 1 commit into from
May 8, 2023
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.3

**08.05.2023**

* add GHA workflow to create release on tag creation by @roj1512 in https://github.com/MarshalX/atproto/pull/1
* Add notifications example by @MarshalX in https://github.com/MarshalX/atproto/pull/2
* simplify and fix process_notifications example by @MarshalX in https://github.com/MarshalX/atproto/pull/4
* add ability to access to model's fields by [] by @MarshalX in https://github.com/MarshalX/atproto/pull/5
* add deserialization of records by @MarshalX in https://github.com/MarshalX/atproto/pull/6
* add home_timeline and profile_posts examples by @MarshalX in https://github.com/MarshalX/atproto/pull/7
* publish package with OpenID Connect by @MarshalX in https://github.com/MarshalX/atproto/pull/8
* bump version to 0.0.3 by @MarshalX in https://github.com/MarshalX/atproto/pull/9

## Version 0.0.2

**06.05.2023**
Expand Down