| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8aeb853 commit 428b4fd
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,35 @@ | |||
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | + ## v4.2.0 (2023-11-28) | ||
| 6 | + | ||
| 7 | + ### Chore | ||
| 8 | + | ||
| 9 | + * chore(deps): update all non-major dependencies ([`8aeb853`](https://github.com/python-gitlab/python-gitlab/commit/8aeb8531ebd3ddf0d1da3fd74597356ef65c00b3)) | ||
| 10 | + | ||
| 11 | + * chore(deps): update dessant/lock-threads action to v5 ([`f4ce867`](https://github.com/python-gitlab/python-gitlab/commit/f4ce86770befef77c7c556fd5cfe25165f59f515)) | ||
| 12 | + | ||
| 13 | + * chore(deps): update all non-major dependencies ([`9fe2335`](https://github.com/python-gitlab/python-gitlab/commit/9fe2335b9074feaabdb683b078ff8e12edb3959e)) | ||
| 14 | + | ||
| 15 | + * chore(deps): update all non-major dependencies ([`91e66e9`](https://github.com/python-gitlab/python-gitlab/commit/91e66e9b65721fa0e890a6664178d77ddff4272a)) | ||
| 16 | + | ||
| 17 | + * chore(deps): update all non-major dependencies ([`d0546e0`](https://github.com/python-gitlab/python-gitlab/commit/d0546e043dfeb988a161475de53d4ec7d756bdd9)) | ||
| 18 | + | ||
| 19 | + ### Feature | ||
| 20 | + | ||
| 21 | + * feat: add pipeline status as Enum | ||
| 22 | + | ||
| 23 | + https://docs.gitlab.com/ee/api/pipelines.html ([`4954bbc`](https://github.com/python-gitlab/python-gitlab/commit/4954bbcd7e8433aac672405f3f4741490cb4561a)) | ||
| 24 | + | ||
| 25 | + * feat(api): add support for wiki attachments (#2722) | ||
| 26 | + | ||
| 27 | + Added UploadMixin in mixin module | ||
| 28 | + Added UploadMixin dependency for Project, ProjectWiki, GroupWiki | ||
| 29 | + Added api tests for wiki upload | ||
| 30 | + Added unit test for mixin | ||
| 31 | + Added docs sections to wikis.rst ([`7b864b8`](https://github.com/python-gitlab/python-gitlab/commit/7b864b81fd348c6a42e32ace846d1acbcfc43998)) | ||
| 32 | + | ||
| 33 | + | ||
| 5 | 34 | ## v4.1.1 (2023-11-03) | |
| 6 | 35 | ||
| 7 | 36 | ### Chore | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | __email__ = "gauvainpocentek@gmail.com" | |
| 4 | 4 | __license__ = "LGPL3" | |
| 5 | 5 | __title__ = "python-gitlab" | |
| 6 | - __version__ = "4.1.1" | ||
| 6 | + __version__ = "4.2.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments