File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build_command = "python -m pip install poetry && poetry build"
55
66[tool .poetry ]
77name = " dotify"
8- version = " 0.3.7 "
8+ version = " 0.3.8 "
99description = " 🐍🎶 Yet another Spotify Web API Python library"
1010readme = " README.md"
1111authors = [
" billsioros <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments