From ec906d0b16c887177bc0609ed110013acc05fc4b Mon Sep 17 00:00:00 2001 From: Greg Gilbert Date: Tue, 15 Feb 2022 14:27:10 -0500 Subject: [PATCH] Bump release notes, add self to authors --- AUTHORS.rst | 2 ++ docs/source/release-notes/3.2.0.rst | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/source/release-notes/3.2.0.rst diff --git a/AUTHORS.rst b/AUTHORS.rst index 46733406..93f8fd8e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -210,3 +210,5 @@ Contributors - Thomas Lam (@lamcw) - David Glick (@davisagli) + +- Greg Gilbert (@greggilbert) \ No newline at end of file diff --git a/docs/source/release-notes/3.2.0.rst b/docs/source/release-notes/3.2.0.rst new file mode 100644 index 00000000..9e88a51d --- /dev/null +++ b/docs/source/release-notes/3.2.0.rst @@ -0,0 +1,16 @@ +3.2.0: 2022-xx-xx +----------------- + +Dependency Change +````````````````` + + +Features Added +`````````````` + +- Added more allowed statuses to Deployments for + :meth:`github3.repos.deployment.Deployment.create_status()` + + +Bug Fixes +`````````