Skip to content

Commit f49175d

Browse files
author
semantic-release
committed
chore: release v7.1.0
1 parent 8719985 commit f49175d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

5+
## v7.1.0 (2025-12-28)
6+
7+
### Bug Fixes
8+
9+
- **utils**: Prevent negative sleep time in rate limit retry
10+
([`4221195`](https://github.com/python-gitlab/python-gitlab/commit/422119576287de30e1b70411c7ab0bbe39231af7))
11+
12+
### Continuous Integration
13+
14+
- **release**: Use the correct token for publish to GitHub
15+
([`614a74c`](https://github.com/python-gitlab/python-gitlab/commit/614a74c00f027f70b8e48a6b2a2ddcd3f823bffa))
16+
17+
### Features
18+
19+
- **registry-protection**: Add support for registry protection rule deletion
20+
([`9dd62c3`](https://github.com/python-gitlab/python-gitlab/commit/9dd62c3f5bcf3e082c2733bd4edc068f993c22ec))
21+
22+
### Testing
23+
24+
- **functional**: Update to GitLab 18.6 and resolve issues found
25+
([`c7c139b`](https://github.com/python-gitlab/python-gitlab/commit/c7c139b9e7823ec1800a819233aee469355ee8d1))
26+
27+
528
## v7.0.0 (2025-10-29)
629

730
### Features

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.0.0"
6+
__version__ = "7.1.0"

0 commit comments

Comments
 (0)