You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,56 @@
2
2
3
3
4
4
5
+
## v9.8.0 (2024-05-27)
6
+
7
+
### Documentation
8
+
9
+
* docs(migration-v8): update version references in migration instructions (#938) ([`d6ba16a`](https://github.com/python-semantic-release/python-semantic-release/commit/d6ba16aa8e01bae1a022a9b06cd0b9162c51c345))
10
+
11
+
### Feature
12
+
13
+
* feat: extend gitlab to edit a previous release if exists (#934)
14
+
15
+
* style(hvcs-github): update function docstrings for params
16
+
17
+
* feat(hvcs-gitlab): enable gitlab to edit a previous release if found
18
+
19
+
* fix(hvcs-gitlab): add tag message to release creation
20
+
21
+
* fix(gitlab): adjust release name to mirror other hvcs release names
22
+
23
+
* refactor(gitlab): consolidate & simplify usage of gitlab client
24
+
25
+
* test(gitlab): neuter test cases that used the internet & add new tests
26
+
27
+
* refactor(gitlab): handle errors in release retrieval gracefully
0 commit comments