Skip to content

Commit 70ac2c8

Browse files
author
semantic-release
committed
7.1.0
Automatically generated by python-semantic-release
1 parent ee076f0 commit 70ac2c8

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# CHANGELOG
22

3+
## v7.1.0 (2024-10-31)
4+
5+
### Features
6+
7+
- Drop support for python 3.8 (#1171) ([`ee076f0`](https://github.com/browniebroke/deezer-python/commit/ee076f020cf18506772603d3f9afef04e3d693a3))
8+
39
## v7.0.0 (2024-07-11)
410

5-
### Refactor
11+
### Refactoring
612

713
- Make query params more explicit ([`553df43`](https://github.com/browniebroke/deezer-python/commit/553df43847ecef875f85fb502a9e5b17eb24701d))
814

9-
### Feature
15+
### Features
1016

1117
- Add custom auth class for httpx ([`e8d1955`](https://github.com/browniebroke/deezer-python/commit/e8d19552ee393d24c230f135db81b013482c7b5e))
1218

13-
### Test
19+
### Testing
1420

1521
- Separate client fixtures to avoid leaking auth to non-auth ([`81f11bf`](https://github.com/browniebroke/deezer-python/commit/81f11bf22a278f8fb0d60a4ef873c5dec82c691c))
1622
- Simplify mocked responses (#1039) ([`6df900f`](https://github.com/browniebroke/deezer-python/commit/6df900f281f316bd0ff6c0ac4f536c50352ccda0))
@@ -27,13 +33,13 @@
2733

2834
## v6.1.1 (2023-10-18)
2935

30-
### Fix
36+
### Bug fixes
3137

3238
- Potential unset response attribute on httperror ([`82a47be`](https://github.com/browniebroke/deezer-python/commit/82a47be50f5609a80f0f48a53d01971f7dce362d))
3339

3440
## v6.1.0 (2023-08-07)
3541

36-
### Feature
42+
### Features
3743

3844
- Add official support for python 3.12 (#791) ([`2eead31`](https://github.com/browniebroke/deezer-python/commit/2eead316d78128c85d365b664c2e3a926c65913a))
3945

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core>=1" ]
44

55
[tool.poetry]
66
name = "deezer-python"
7-
version = "7.0.0"
7+
version = "7.1.0"
88
description = "A friendly wrapper library for the Deezer API"
99
authors = [ "Bruno Alla <alla.brunoo@gmail.com>" ]
1010
license = "MIT"

src/deezer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
User,
1616
)
1717

18-
__version__ = "7.0.0"
18+
__version__ = "7.1.0"
1919
__all__ = [
2020
"Album",
2121
"Artist",

0 commit comments

Comments
 (0)