Skip to content

Commit f78a873

Browse files
author
semantic-release
committed
chore: release v6.5.0
1 parent 2acac19 commit f78a873

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

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

5+
## v6.5.0 (2025-10-17)
6+
7+
### Bug Fixes
8+
9+
- **semantic-release**: Enable CHANGELOG.md generation
10+
([`fb9693b`](https://github.com/python-gitlab/python-gitlab/commit/fb9693bf1e6798149196e57fed87bf2588ad3b47))
11+
12+
### Continuous Integration
13+
14+
- **stale**: Fix permission for stale action and allow manual run
15+
([`9357a37`](https://github.com/python-gitlab/python-gitlab/commit/9357a374702dcc8049a6d8af636f48c736d3f160))
16+
17+
### Documentation
18+
19+
- **pull_mirror**: Fix incorrect start() method usage example
20+
([`2acac19`](https://github.com/python-gitlab/python-gitlab/commit/2acac19356c8624def90c7e54237b256bceece18))
21+
22+
### Features
23+
24+
- **api**: Add content_ref and dry_run_ref parameters to ProjectCiLintManager
25+
([`e8d2538`](https://github.com/python-gitlab/python-gitlab/commit/e8d2538cdf85a7c57babbc00074efbdab97548cd))
26+
27+
- **users**: Implement 'skip_confirmation' in users 'emails' creation
28+
([`2981730`](https://github.com/python-gitlab/python-gitlab/commit/298173017be387f26aa0828cae1e9a48e3cce328))
29+
30+
531
## v6.4.0 (2025-09-28)
632

733
### Features

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__ = "6.4.0"
6+
__version__ = "6.5.0"

0 commit comments

Comments
 (0)