Skip to content

Commit b5c57a9

Browse files
committed
1.0.0
Automatically generated by python-semantic-release
1 parent ea12043 commit b5c57a9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

10+
## v1.0.0 (2021-06-09)
11+
### Fix
12+
* Convert `Album.cover` to a `cached_property` ([`6777ad3`](https://github.com/the-dotify-project/dotify/commit/6777ad319e6b733f1f59f891afff987b4d186503))
13+
14+
### Breaking
15+
* convert internal modules into protected ([`b7bc5a8`](https://github.com/the-dotify-project/dotify/commit/b7bc5a8f8da27d75d46001b7914ec8add80abd4a))
16+
17+
### Documentation
18+
* Correctly indent nested lists in `.md` files ([`5caa257`](https://github.com/the-dotify-project/dotify/commit/5caa2579d9a2af769174ef196d88e7dd0b019998))
19+
* Add `Playlist` documentation ([`44d961d`](https://github.com/the-dotify-project/dotify/commit/44d961df005b08a7c462a3e6da2c04af7ed15c92))
20+
* Add `Album` documentation ([`7cbf3bc`](https://github.com/the-dotify-project/dotify/commit/7cbf3bcd8619aae5a8d6b544de33dd47753d1600))
21+
* Add `Track` documentation ([`29c48a1`](https://github.com/the-dotify-project/dotify/commit/29c48a1c74fc80f2232d972d210828c03be3a294))
22+
* Fix `codeclimate` urls ([`c42a775`](https://github.com/the-dotify-project/dotify/commit/c42a77598bdfd32b3e39bc2570ee18041af9a5cf))
23+
* `Model.context` do not throw `TypeError` during `mkdocs build` ([`da80a51`](https://github.com/the-dotify-project/dotify/commit/da80a515995cbabd988ec277bf3ff53a11840949))
24+
25+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v0.3.9...v1.0.0)**
26+
1027
## v0.3.9 (2021-05-31)
1128
### Fix
1229
* Raise `NotFound` instead of `HTTPError` ([`e4c83da`](https://github.com/the-dotify-project/dotify/commit/e4c83dae880f751c63bd4237762bf1a5ecf8d7aa))

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

0 commit comments

Comments
 (0)