Skip to content
Merged
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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

### Incompatible changes

- Require python 3.8+ #87 (thanks to @edgarrmondragon)
- Test on Python 3.13 #89
- Support pytest 7.4+ #97 (thanks to @edgarrmondragon)
- Require Python 3.8+ #87 (thanks to @edgarrmondragon)
- Require pytest 6+ #86 (thanks to @edgarrmondragon)
- Speed up CI and testing #93
- Use Ruff formatter #96
- Use dependency-groups for tests #99
- Add GitHub Attestations #100

## 0.2.0 (2023-05-04)

Expand Down
Loading