We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3de4d commit cc02017Copy full SHA for cc02017
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 2.2.0 (2025-05-26)
2
+
3
+### Feat
4
5
+- add from_env client helper (#61)
6
7
+### Fix
8
9
+- ensure ssl verification happens with async client (#54)
10
11
## 2.1.0 (2024-09-17)
12
13
### 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 = "2.1.0"
+version = "2.2.0"
authors = [
{ name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"}
]
0 commit comments