8000 chore: release v5.3.0 · python-gitlab/python-gitlab@c2582cf · GitHub
[go: up one dir, main page]

Skip to content

Commit c2582cf

Browse files
author
semantic-release
committed
chore: release v5.3.0
1 parent 62b7eb7 commit c2582cf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# CHANGELOG
22

33

4+
## v5.3.0 (2024-12-28)
5+
6+
### Chores
7+
8+
- **deps**: Update gitlab/gitlab-ee docker tag to v17.7.0-ee.0
9+
([#3070](https://github.com/python-gitlab/python-gitlab/pull/3070),
10+
[`62b7eb7`](https://github.com/python-gitlab/python-gitlab/commit/62b7eb7ca0adcb26912f9c0561de5c513b6ede6d))
11+
12+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13+
14+
- **renovate**: Update httpx and respx again
15+
([`aa07449`](https://github.com/python-gitlab/python-gitlab/commit/aa074496bdc4390a3629f1b0964d9846fe08ad92))
16+
17+
### Features
18+
19+
- **api**: Support the new registry protection rule endpoint
20+
([`40af1c8`](https://github.com/python-gitlab/python-gitlab/commit/40af1c8a14814cb0034dfeaaa33d8c38504fe34e))
21+
22+
423
## v5.2.0 (2024-12-17)
524

625
### Chores

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__ = "5.2.0"
6+
__version__ = "5.3.0"

0 commit comments

Comments
 (0)
0