Skip to content

Commit 425d0d5

Browse files
author
semantic-release
committed
chore: release v8.0.0
1 parent 4440d0c commit 425d0d5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All versions below are listed in reverse chronological order.
44

5+
## v8.0.0 (2026-01-28)
6+
7+
### Bug Fixes
8+
9+
- Actually define project repr_attr
10+
([`4187a69`](https://github.com/python-gitlab/python-gitlab/commit/4187a69420dd7b2e60c2d833ab246aec745d35cb))
11+
12+
- File save start_branch as a body attribute
13+
([`1001d93`](https://github.com/python-gitlab/python-gitlab/commit/1001d934e8c36cc3b14408b46b41030bf705a294))
14+
15+
### Chores
16+
17+
- **black**: Run black v26 on code
18+
([`4a8d82b`](https://github.com/python-gitlab/python-gitlab/commit/4a8d82bec8f09fa142e8134589a0f40ef4f9c3be))
19+
20+
- **precommit**: Update dependency black to v26
21+
([`ad43b76`](https://github.com/python-gitlab/python-gitlab/commit/ad43b763acdcd8d7db832972921fb071ea0a826f))
22+
23+
### Features
24+
25+
- **graphql**: Update to gql 4.0.0
26+
([`6f0da67`](https://github.com/python-gitlab/python-gitlab/commit/6f0da671b4586b23232ae89d57622254fa8a7945))
27+
28+
### Breaking Changes
29+
30+
- **graphql**: GraphQL.execute() no longer accepts graphql.Source
31+
32+
533
## v7.1.0 (2025-12-28)
634

735
### Bug Fixes

gitlab/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "gauvainpocentek@gmail.com"
44
__license__ = "LGPL3"
55
__title__ = "python-gitlab"
6-
__version__ = "7.1.0"
6+
__version__ = "8.0.0"

0 commit comments

Comments
 (0)