Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 25, 2021
1 parent 38b3abf commit 1352423
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--next-version-placeholder-->

## v2.0.0 (2021-06-25)
### Feature
* Auto-populate the `Json` meta ([`2af3ad2`](https://github.com/the-dotify-project/dotify/commit/2af3ad2bb60cebb0088cab57b41400156b056414))

### Fix
* Do not re-raise `ValidationError` when setting an attribute of `JsonSerializable` ([`5a039c5`](https://github.com/the-dotify-project/dotify/commit/5a039c54569332d0b0b592dcd7ec26a09cd0e9ee))

### Breaking
* auto-populate the `Json` meta ([`2af3ad2`](https://github.com/the-dotify-project/dotify/commit/2af3ad2bb60cebb0088cab57b41400156b056414))

### Documentation
* Fix broken links due to multiple versions ([`21f934b`](https://github.com/the-dotify-project/dotify/commit/21f934b1710e92767357bbb0fddb148faf6df335))
* Change accent color to `teal` ([`cb96481`](https://github.com/the-dotify-project/dotify/commit/cb9648107b54adcf56253bc10dc2152bf46ec305))

**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v1.1.0...v2.0.0)**

## v1.1.0 (2021-06-17)
### Feature
* Client retrieve credentials from env ([`d5f52e7`](https://github.com/the-dotify-project/dotify/commit/d5f52e77b407d45fe08854ec524688435dadccdd))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build_command = "python -m pip install poetry && poetry build"

[tool.poetry]
name = "dotify"
version = "1.1.0"
version = "2.0.0"
description = "🐍🎶 Yet another Spotify Web API Python library"
readme = "README.md"
authors = ["billsioros <[email protected]>"]
Expand Down

0 comments on commit 1352423

Please sign in to comment.