From ff79867d428cec36f377fc3cdef0d180915bb813 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Thu, 28 Sep 2023 15:00:37 +0200 Subject: [PATCH] Update changelog for v0.0.29 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9573db30..dfc2613d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Change Log +## Version 0.0.29 + +**28.09.2023** + +* Make codegen deterministic by @DXsmiley in https://github.com/MarshalX/atproto/pull/162 +* Add TypedDict for params and data arguments; add type hint for kwargs by @DXsmiley in https://github.com/MarshalX/atproto/pull/166 +* Update lexicons fetched from 41ee177 committed 2023-09-27T21:08:58Z by @MarshalX in https://github.com/MarshalX/atproto/pull/172 +* Update changelog for v0.0.28 by @MarshalX in https://github.com/MarshalX/atproto/pull/156 + ## Version 0.0.28 **16.09.2023**