Skip to content

Commit cfa6358

Browse files
author
semantic-release
committed
chore: release v5.5.0
1 parent 0c1af08 commit cfa6358

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# CHANGELOG
22

33

4+
## v5.5.0 (2025-01-28)
5+
6+
### Chores
7+
8+
- Add deprecation warning for mirror_pull functions
9+
([`7f6fd5c`](https://github.com/python-gitlab/python-gitlab/commit/7f6fd5c3aac5e2f18adf212adbce0ac04c7150e1))
10+
11+
- Relax typing constraints for response action
12+
([`f430078`](https://github.com/python-gitlab/python-gitlab/commit/f4300782485ee6c38578fa3481061bd621656b0e))
13+
14+
- **tests**: Catch deprecation warnings
15+
([`0c1af08`](https://github.com/python-gitlab/python-gitlab/commit/0c1af08bc73611d288f1f67248cff9c32c685808))
16+
17+
### Documentation
18+
19+
- Add usage of pull mirror
20+
([`9b374b2`](https://github.com/python-gitlab/python-gitlab/commit/9b374b2c051f71b8ef10e22209b8e90730af9d9b))
21+
22+
- Remove old pull mirror implementation
23+
([`9e18672`](https://github.com/python-gitlab/python-gitlab/commit/9e186726c8a5ae70ca49c56b2be09b34dbf5b642))
24+
25+
### Features
26+
27+
- **functional**: Add pull mirror test
28+
([`3b31ade`](https://github.com/python-gitlab/python-gitlab/commit/3b31ade152eb61363a68cf0509867ff8738ccdaf))
29+
30+
- **projects**: Add pull mirror class
31+
([`2411bff`](https://github.com/python-gitlab/python-gitlab/commit/2411bff4fd1dab6a1dd70070441b52e9a2927a63))
32+
33+
- **unit**: Add pull mirror tests
34+
([`5c11203`](https://github.com/python-gitlab/python-gitlab/commit/5c11203a8b281f6ab34f7e85073fadcfc395503c))
35+
36+
437
## v5.4.0 (2025-01-28)
538

639
### Bug Fixes

gitlab/_version.py

+1-1
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.4.0"
6+
__version__ = "5.5.0"

0 commit comments

Comments
 (0)