Skip to content

Commit e4624c9

Browse files
author
Gauvain Pocentek
committed
Update changelog/authors/version for 0.14
1 parent 5614a7c commit e4624c9

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

AUTHORS

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ Mikhail Lopotkov <ms.lopotkov@tensor.ru>
2929
Asher256 <Asher256@users.noreply.github.com>
3030
Adam Reid <areid@navtech.aero>
3131
Guyzmo <guyzmo+github@m0g.net>
32+
Christian Wenk <christian.wenk@omicronenergy.com>
33+
Kris Gambirazzi <Kris@sitehost.co.nz>
34+
Ivica Arsov <ivica.arsov@sculpteo.com>
35+
Peter Mosmans <support@go-forward.net>
36+
Stefan K. Dunkler <stefan.dun@gmail.com>
37+
Missionrulz <missionrulz@gmail.com>
38+
Rafael Eyng <rafaeleyng@gmail.com>

ChangeLog

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
Version 0.14
2+
3+
* Remove 'next_url' from kwargs before passing it to the cls constructor.
4+
* List projects under group
5+
* Add support for subscribe and unsubscribe in issues
6+
* Project issue: doc and CLI for (un)subscribe
7+
* Added support for HTTP basic authentication
8+
* Add support for build artifacts and trace
9+
* --title is a required argument for ProjectMilestone
10+
* Commit status: add optional context url
11+
* Commit status: optional get attrs
12+
* Add support for commit comments
13+
* Issues: add optional listing parameters
14+
* Issues: add missing optional listing parameters
15+
* Project issue: proper update attributes
16+
* Add support for project-issue move
17+
* Update ProjectLabel attributes
18+
* Milestone: optional listing attrs
19+
* Add support for namespaces
20+
* Add support for label (un)subscribe
21+
* MR: add (un)subscribe support
22+
* Add `note_events` to project hooks attributes
23+
* Add code examples for a bunch of resources
24+
* Implement user emails support
25+
* Project: add VISIBILITY_* constants
26+
* Fix the Project.archive call
27+
* Implement archive/unarchive for a projet
28+
* Update ProjectSnippet attributes
29+
* Fix ProjectMember update
30+
* Implement sharing project with a group
31+
* Implement CLI for project archive/unarchive/share
32+
* Implement runners global API
33+
* Gitlab: add managers for build-related resources
34+
* Implement ProjectBuild.keep_artifacts
35+
* Allow to stream the downloads when appropriate
36+
* Groups can be updated
37+
* Replace Snippet.Content() with a new content() method
38+
* CLI: refactor _die()
39+
* Improve commit statuses and comments
40+
* Add support from listing group issues
41+
* Added a new project attribute to enable the container registry.
42+
* Add a contributing section in README
43+
* Add support for global deploy key listing
44+
* Add support for project environments
45+
* MR: get list of changes and commits
46+
* Fix the listing of some resources
47+
* MR: fix updates
48+
* Handle empty messages from server in exceptions
49+
* MR (un)subscribe: don't fail if state doesn't change
50+
* MR merge(): update the object
51+
152
Version 0.13
253

354
* Add support for MergeRequest validation

gitlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from gitlab.objects import * # noqa
3333

3434
__title__ = 'python-gitlab'
35-
__version__ = '0.13'
35+
__version__ = '0.14'
3636
__author__ = 'Gauvain Pocentek'
3737
__email__ = 'gauvain@pocentek.net'
3838
__license__ = 'LGPL3'

0 commit comments

Comments
 (0)