Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.2.0 (2026-08-04)

### Feat

- Provide convenience `get_token` method (#189)

### Fix

- Don't fail on missing `login` in app installation details (#197)
- Stop declaring support for Python 3.9, which was dropped in 3.0 (#175)
- app_id can be a str (#146)

## 3.1.0 (2026-03-10)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "3.1.0"
version = "3.2.0"
authors = [
{ name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"}
]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.