Skip to content

Commit 7246f6a

Browse files
committed
0.3.8
Automatically generated by python-semantic-release
1 parent a60b06e commit 7246f6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## v0.3.8 (2021-05-01)
11+
### Fix
12+
* **model.py:** `context` now does not throw ([`82f93d9`](https://github.com/billsioros/dotify/commit/82f93d92e16860e3dd751125e0c5f72125781231))
13+
14+
### Documentation
15+
* **README.md:** Added `docs` link & badge ([`42d4abe`](https://github.com/billsioros/dotify/commit/42d4abe9b050f0cca20db6ea002e3cea07dcb6ab))
16+
17+
**[See all commits in this version](https://github.com/billsioros/dotify/compare/v0.3.7...v0.3.8)**
18+
1019
## v0.3.5 (2021-04-27)
1120
### Fix
1221
* **publish.yml:** Publishing via another gh-action ([`8487eb7`](https://github.com/billsioros/dotify/commit/8487eb7dc5f24ede32f5300f6f0d640fd0b21c0c))

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 = "0.3.7"
8+
version = "0.3.8"
99
description = "🐍🎶 Yet another Spotify Web API Python library"
1010
readme = "README.md"
1111
authors = ["billsioros <[email protected]>"]

0 commit comments

Comments
 (0)