Skip to content

Commit 1352423

Browse files
committed
2.0.0
Automatically generated by python-semantic-release
1 parent 38b3abf commit 1352423

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

10+
## v2.0.0 (2021-06-25)
11+
### Feature
12+
* Auto-populate the `Json` meta ([`2af3ad2`](https://github.com/the-dotify-project/dotify/commit/2af3ad2bb60cebb0088cab57b41400156b056414))
13+
14+
### Fix
15+
* Do not re-raise `ValidationError` when setting an attribute of `JsonSerializable` ([`5a039c5`](https://github.com/the-dotify-project/dotify/commit/5a039c54569332d0b0b592dcd7ec26a09cd0e9ee))
16+
17+
### Breaking
18+
* auto-populate the `Json` meta ([`2af3ad2`](https://github.com/the-dotify-project/dotify/commit/2af3ad2bb60cebb0088cab57b41400156b056414))
19+
20+
### Documentation
21+
* Fix broken links due to multiple versions ([`21f934b`](https://github.com/the-dotify-project/dotify/commit/21f934b1710e92767357bbb0fddb148faf6df335))
22+
* Change accent color to `teal` ([`cb96481`](https://github.com/the-dotify-project/dotify/commit/cb9648107b54adcf56253bc10dc2152bf46ec305))
23+
24+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v1.1.0...v2.0.0)**
25+
1026
## v1.1.0 (2021-06-17)
1127
### Feature
1228
* Client retrieve credentials from env ([`d5f52e7`](https://github.com/the-dotify-project/dotify/commit/d5f52e77b407d45fe08854ec524688435dadccdd))

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.1.0"
8+
version = "2.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)