Skip to content

Commit 0aea42d

Browse files
committed
1.1.0
Automatically generated by python-semantic-release
1 parent b204c9b commit 0aea42d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

10+
## v1.1.0 (2021-06-17)
11+
### Feature
12+
* Client retrieve credentials from env ([`d5f52e7`](https://github.com/the-dotify-project/dotify/commit/d5f52e77b407d45fe08854ec524688435dadccdd))
13+
14+
### Documentation
15+
* Multiple versions via `mike` ([`a6cdd45`](https://github.com/the-dotify-project/dotify/commit/a6cdd4511b24a40a411160b77eea2784ba16620e))
16+
* Add `Documentation` url to PyPI page ([`7b7389d`](https://github.com/the-dotify-project/dotify/commit/7b7389dfb9135609c74eff95cdfeba2fbad68a3b))
17+
* Fix broken link to features section ([`07cf730`](https://github.com/the-dotify-project/dotify/commit/07cf730224bdd433cc59e78cc5db61bcc595dbf2))
18+
* Fix broken links ([`1e54c48`](https://github.com/the-dotify-project/dotify/commit/1e54c48672dace21673749001ea28f0eb3c3da3b))
19+
* Uppercase `CHANGELOG.md` and `LICENSE.md` ([`592be6e`](https://github.com/the-dotify-project/dotify/commit/592be6e7b7dddfd0643ba5db2c7a86e78e86b348))
20+
21+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v1.0.0...v1.1.0)**
22+
1023
## v1.0.0 (2021-06-09)
1124
### Fix
1225
* Convert `Album.cover` to a `cached_property` ([`6777ad3`](https://github.com/the-dotify-project/dotify/commit/6777ad319e6b733f1f59f891afff987b4d186503))

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

0 commit comments

Comments
 (0)