File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.1
4
+ - Add py.typed file [ #19 ] (https://github.com/apple/app-store-server-library-python/pull/19 )
5
+ - Correct type annotation in PromotionalOfferSignatureCreator [ #17 ] (https://github.com/apple/app-store-server-library-python/pull/17 )
6
+
3
7
## 0.2.0
4
8
5
9
- Correct type in LastTransactionsItem's status field [ #11 ] (https://github.com/apple/app-store-server-library-python/pull/11 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pip install app-store-server-library
25
25
26
26
## Documentation
27
27
28
- [ ReadTheDocs ] ( TODO )
28
+ [ Documentation ] ( https://apple.github.io/app-store-server-library-python/ )
29
29
30
30
[ WWDC Video] ( https://developer.apple.com/videos/play/wwdc2023/10143/ )
31
31
## Usage
You can’t perform that action at this time.
0 commit comments