Skip to content

Commit 60e69d8

Browse files
committed
chore: version bump 2.0.0
1 parent 8f13bf4 commit 60e69d8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.0.0 (2023-12-13)
28

39
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "simple-github"
33
description = "A simple Github client that only provides auth and access to the REST and GraphQL APIs."
4-
version = "1.0.0"
4+
version = "2.0.0"
55
authors = [
66
{ name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"}
77
]

0 commit comments

Comments
 (0)