Skip to content

Commit 8dca487

Browse files
author
semantic-release
committed
chore: release v4.13.0
1 parent 0ee0e02 commit 8dca487

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## v4.13.0 (2024-10-08)
4+
5+
### Chore
6+
7+
* chore(deps): update dependency pre-commit to v4 (#3008)
8+
9+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`5c27546`](https://github.com/python-gitlab/python-gitlab/commit/5c27546d35ced76763ea8b0071b4ec4c896893a1))
10+
11+
* chore(deps): update all non-major dependencies ([`c3efb37`](https://github.com/python-gitlab/python-gitlab/commit/c3efb37c050268de3f1ef5e24748ccd9487e346d))
12+
13+
### Feature
14+
15+
* feat(api): add support for project Pages API ([`0ee0e02`](https://github.com/python-gitlab/python-gitlab/commit/0ee0e02f1d1415895f6ab0f6d23b39b50a36446a))
16+
317
## v4.12.2 (2024-10-01)
418

519
### Fix

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__ = "4.12.2"
6+
__version__ = "4.13.0"

0 commit comments

Comments
 (0)