X Tutup
Skip to content

Commit 5294a48

Browse files
author
semantic-release
committed
chore: release v8.1.0
1 parent d5dc73d commit 5294a48

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
@@ -2,6 +2,22 @@
22

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

5+
## v8.1.0 (2026-02-28)
6+
7+
### Bug Fixes
8+
9+
- **types**: Add explicit submodule import for pyright compatibility
10+
([`84ad3fd`](https://github.com/python-gitlab/python-gitlab/commit/84ad3fd19cfbc236e962ac77c910571b0888c000))
11+
12+
### Features
13+
14+
- **api**: Add support for order_by filter in runner jobs
15+
([`d5dc73d`](https://github.com/python-gitlab/python-gitlab/commit/d5dc73d0f82a15d96a956c1d868c253c9586e1bf))
16+
17+
- **api**: Add support for sort filter in runner jobs
18+
([`b117ee3`](https://github.com/python-gitlab/python-gitlab/commit/b117ee3d139f422e463ebeb5007517a2052af8a4))
19+
20+
521
## v8.0.0 (2026-01-28)
622

723
### Bug Fixes

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__ = "8.0.0"
6+
__version__ = "8.1.0"

0 commit comments

Comments
 (0)
X Tutup