Skip to content

Commit 5c472dd

Browse files
committed
docs(): update docs
+semver: feature
1 parent 19e14e8 commit 5c472dd

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.4.0] - 2022-02-27
4+
5+
### Added
6+
7+
* Full support for User Lists API
8+
39
## [0.3.0] - 2022-02-22
410

511
### Added

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
## Features
88

99
* Authentication with Discogs auth flow (both personal access token and key/password is supported)
10-
* [Database API](https://www.discogs.com/developers/#page:database) including image download is fully supported
11-
* [Collection API](https://www.discogs.com/developers#page:user-collection) is fully supported
12-
* [User WantList API](https://www.discogs.com/developers#page:user-wantlist) is fully supported
10+
* Full support for:
11+
* [Database API](https://www.discogs.com/developers/#page:database) including image download
12+
* [Collection API](https://www.discogs.com/developers#page:user-collection)
13+
* [User WantList API](https://www.discogs.com/developers#page:user-wantlist)
14+
* [User Lists API](https://www.discogs.com/developers#page:user-lists)
1315
* Rate limit can be added
1416
* Full asynchronous and cancellable operation
1517
* Pagination is supported
@@ -20,6 +22,7 @@
2022
* Full Discogs API implementation
2123
* Discogs monthly dump processing
2224
* Unit tests
25+
2326
## How it works
2427

2528
### Creating the client service

0 commit comments

Comments
 (0)