8000 chore: release v4.12.1 · python-gitlab/python-gitlab@2ab0b9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ab0b9f

Browse files
author
semantic-release
committed
chore: release v4.12.1
1 parent c848d12 commit 2ab0b9f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## v4.12.1 (2024-09-30)
4+
5+
### Chore
6+
7+
* chore(deps): update all non-major dependencies (#3000)
8+
9+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`d3da326`](https://github.com/python-gitlab/python-gitlab/commit/d3da326828274ed0c5f76b01a068519d360995c8))
10+
11+
* chore(deps): update gitlab/gitlab-ee docker tag to v17.4.1-ee.0 ([`64eed5d`](https://github.com/python-gitlab/python-gitlab/commit/64eed5d388252135a42a252b9100ffc75d9fb0ea))
12+
13+
### Fix
14+
15+
* fix(ci): do not rely on GitLab.com runner arch variables (#3003) ([`c848d12`](https://github.com/python-gitlab/python-gitlab/commit/c848d12252763c32fc2b1c807e7d9887f391a761))
16+
17+
* fix(files): correctly raise GitlabGetError in get method ([`190ec89`](https://github.com/python-gitlab/python-gitlab/commit/190ec89bea12d7eec719a6ea4d15706cfdacd159))
18+
319
## v4.12.0 (2024-09-28)
420

521
### Chore

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__ = "4.12.0"
6+
__version__ = "4.12.1"

0 commit comments

Comments
 (0)
0