Skip to content

Commit e4ce680

Browse files
committed
0.3.9
Automatically generated by python-semantic-release
1 parent e83ec19 commit e4ce680

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

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

10+
## v0.3.9 (2021-05-31)
11+
### Fix
12+
* Raise `NotFound` instead of `HTTPError` ([`e4c83da`](https://github.com/the-dotify-project/dotify/commit/e4c83dae880f751c63bd4237762bf1a5ecf8d7aa))
13+
14+
### Documentation
15+
* Uppercase filenames ([`b679f5b`](https://github.com/the-dotify-project/dotify/commit/b679f5bbc2347a9861f0e36fdfc9b24c91e104f1))
16+
* Remove folder references ([`e699080`](https://github.com/the-dotify-project/dotify/commit/e6990800433da507b0a7ed4f2b7647b09c1ab6fb))
17+
* Fix broken urls ([`66c7f12`](https://github.com/the-dotify-project/dotify/commit/66c7f12d15f2cf9c1fad46fa3deb4a10b78db589))
18+
* **README.md:** Center aligned badges ([`4539453`](https://github.com/the-dotify-project/dotify/commit/45394532b430cce30a5b330e1cc4efa142c5a464))
19+
* **logo.png:** Enlarged ([`f9e939d`](https://github.com/the-dotify-project/dotify/commit/f9e939d5750af12e05a342ea3ae18bdc5c1157d2))
20+
* **CONTRIBUTING.md:** Removed toc ([`4ebb5f9`](https://github.com/the-dotify-project/dotify/commit/4ebb5f9426c7bd4bc79975537fe03ebb2a01a0dd))
21+
* Added license ([`637bbc2`](https://github.com/the-dotify-project/dotify/commit/637bbc22590d666d30bb97a3dc1aed336b8c9300))
22+
* Added contributing ([`d2bed00`](https://github.com/the-dotify-project/dotify/commit/d2bed003388ec4d5da5c8999bb6684869f8466c8))
23+
* Added code of conduct ([`de0bcfe`](https://github.com/the-dotify-project/dotify/commit/de0bcfe5267c9af936ec17442810495be1ddc309))
24+
* Added changelog ([`dfe478d`](https://github.com/the-dotify-project/dotify/commit/dfe478d25ea04a7aaafb71cb3d0a250432bbcbb4))
25+
* Added logo ([`43eec65`](https://github.com/the-dotify-project/dotify/commit/43eec6526b4009bfa360099378d94d89354d20cb))
26+
* **CONTRIBUTING.md:** Mentioning `examples` ([`aa16fcf`](https://github.com/the-dotify-project/dotify/commit/aa16fcffff2871e6a9a116e1d0d990fbb048f389))
27+
* **CONTRIBUTING.md:** Added `pyenv` section in testing with `tox` ([`6986af0`](https://github.com/the-dotify-project/dotify/commit/6986af00f24ed617e05cf47f36ba17e6ec779d3b))
28+
* **tests:** Added a `README` ([`437ee1f`](https://github.com/the-dotify-project/dotify/commit/437ee1f6860c91411047f94de197ce4a69ea6e4e))
29+
* Create .all-contributorsrc [skip ci] ([`043e974`](https://github.com/the-dotify-project/dotify/commit/043e97453c4c0df94e30a6a1fc48198642469335))
30+
* Update README.md [skip ci] ([`0847fd3`](https://github.com/the-dotify-project/dotify/commit/0847fd3af716c4903cc58564aa324777cbef69d6))
31+
* **mkdocs.yml:** Corrected `edit_uri` ([`491a49b`](https://github.com/the-dotify-project/dotify/commit/491a49b684a3bfd0f7d31e0ee9596e3b975afa65))
32+
33+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v0.3.8...v0.3.9)**
34+
1035
## v0.3.8 (2021-05-01)
1136
### Fix
1237
* **model.py:** `context` now does not throw ([`82f93d9`](https://github.com/the-dotify-project/dotify/commit/82f93d92e16860e3dd751125e0c5f72125781231))

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

0 commit comments

Comments
 (0)