We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f13bf4 commit 60e69d8Copy full SHA for 60e69d8
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.0.0 (2024-09-13)
2
+
3
+### Feat
4
5
+- make `client.request` return response object rather than content
6
7
## 1.0.0 (2023-12-13)
8
9
### Feat
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "simple-github"
description = "A simple Github client that only provides auth and access to the REST and GraphQL APIs."
-version = "1.0.0"
+version = "2.0.0"
authors = [
{ name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"}
]
0 commit comments