Skip to content

Commit dd70f67

Browse files
committed
2.0.1
Automatically generated by python-semantic-release
1 parent 93cf8da commit dd70f67

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
<!--next-version-placeholder-->
88

9+
## v2.0.1 (2021-07-19)
10+
### Fix
11+
* Include `py.typed` in module according to https://www.python.org/dev/peps/pep-0561/ ([`17d4387`](https://github.com/the-dotify-project/dotify/commit/17d438742ea1cd054b89d97b3aa1a66c65a79fa4))
12+
13+
### Documentation
14+
* Replace `keep-a-changelog` with `conventional-commits` ([`e56a817`](https://github.com/the-dotify-project/dotify/commit/e56a81707342d2815e836612b21b0ea105120b29))
15+
* Add `CD` badge to `README` ([`9f5bb26`](https://github.com/the-dotify-project/dotify/commit/9f5bb26d54ad3b586f2f7deec27bc0508f7fb0f3))
16+
* Removed `docs.yml` badge from `README` ([`251e499`](https://github.com/the-dotify-project/dotify/commit/251e499f282e1551563fd99cbb8b44f8fa6872f1))
17+
18+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v2.0.0...v2.0.1)**
19+
920
## v2.0.0 (2021-06-25)
1021
### Feature
1122
* Auto-populate the `Json` meta ([`2af3ad2`](https://github.com/the-dotify-project/dotify/commit/2af3ad2bb60cebb0088cab57b41400156b056414))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_command = "python -m pip install poetry && poetry build"
55

66
[tool.poetry]
77
name = "dotify"
8-
version = "2.0.0"
8+
version = "2.0.1"
99
description = "🐍🎶 Yet another Spotify Web API Python library"
1010
readme = "README.md"
1111
authors = ["billsioros <[email protected]>"]

0 commit comments

Comments
 (0)