diff options
author | github-actions <action@github.com> | 2022-03-28 01:51:54 +0000 |
---|---|---|
committer | github-actions <action@github.com> | 2022-03-28 01:51:54 +0000 |
commit | 121d70a84ff7cd547b2d75f238d9f82c5bc0982f (patch) | |
tree | 6e63d93746ad63a492ebb8fb832e244744f87556 | |
parent | 36ab7695f584783a4b3272edd928de3b16843a36 (diff) | |
download | gitlab-121d70a84ff7cd547b2d75f238d9f82c5bc0982f.tar.gz |
chore: release v3.3.0v3.3.0
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | gitlab/_version.py | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5543bf5..bf132c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ <!--next-version-placeholder--> +## v3.3.0 (2022-03-28) +### Feature +* **object:** Add pipeline test report summary support ([`a97e0cf`](https://github.com/python-gitlab/python-gitlab/commit/a97e0cf81b5394b3a2b73d927b4efe675bc85208)) + +### Fix +* Support RateLimit-Reset header ([`4060146`](https://github.com/python-gitlab/python-gitlab/commit/40601463c78a6f5d45081700164899b2559b7e55)) + +### Documentation +* Fix typo and incorrect style ([`2828b10`](https://github.com/python-gitlab/python-gitlab/commit/2828b10505611194bebda59a0e9eb41faf24b77b)) +* Add pipeline test report summary support ([`d78afb3`](https://github.com/python-gitlab/python-gitlab/commit/d78afb36e26f41d727dee7b0952d53166e0df850)) +* **chore:** Include docs .js files in sdist ([`3010b40`](https://github.com/python-gitlab/python-gitlab/commit/3010b407bc9baabc6cef071507e8fa47c0f1624d)) + ## v3.2.0 (2022-02-28) ### Feature * **merge_request_approvals:** Add support for deleting MR approval rules ([`85a734f`](https://github.com/python-gitlab/python-gitlab/commit/85a734fec3111a4a5c4f0ddd7cb36eead96215e9)) diff --git a/gitlab/_version.py b/gitlab/_version.py index e6f13ef..2f0a62f 100644 --- a/gitlab/_version.py +++ b/gitlab/_version.py @@ -3,4 +3,4 @@ __copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2021 python-gitlab t __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" __title__ = "python-gitlab" -__version__ = "3.2.0" +__version__ = "3.3.0" |