Skip to content

chore: pyproject version bump #1513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Aug 8, 2023
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bb34581
feat: add args, kwargs to task (#1478)
kennhh Jul 14, 2023
390d3fd
feat: add id attr to app perms update event
i0bs Jul 14, 2023
019eeef
revert: commit signoff err
i0bs Jul 14, 2023
c5c5045
ci: show pre-commit diff on failure (#1484)
i0bs Jul 14, 2023
e828fb5
feat: add alt methods for multi-arg params for prefixed cmds (#1471)
AstreaTSS Jul 15, 2023
d7bcfba
feat: cache channel data from interactions (#1479)
AstreaTSS Jul 15, 2023
cea4f78
fix: account for BaseChannel for channel mentions (#1480)
AstreaTSS Jul 15, 2023
3bd51fc
feat: add default to delete/edit init interaction msg (#1481)
AstreaTSS Jul 15, 2023
bddc2bd
docs: remove outdated cookiecutter template (#1483)
AstreaTSS Jul 15, 2023
b299a7f
feat: add id attr to app perms update event (#1485)
i0bs Jul 15, 2023
6a2d8e6
feat: add sort order for forums (#1488)
LordOfPolls Jul 15, 2023
c229ce1
feat: add rate limit per user where needed (#1489)
LordOfPolls Jul 15, 2023
a38b56f
fix: use message channel for PrefixedContext (#1491)
AstreaTSS Jul 16, 2023
f3583b1
fix: bound app_permissions for HybridContext (#1492)
AstreaTSS Jul 16, 2023
baef57d
feat: add start_time(s) for AutoShardedClient (#1482)
AstreaTSS Jul 16, 2023
579de0e
fix: correct listen typehint (#1495)
AstreaTSS Jul 18, 2023
fcb9dc6
chore: move mutable class ref/attrs to ClassVar typing (#1497)
i0bs Jul 20, 2023
0b467bd
ci: weekly check. (#1460)
pre-commit-ci[bot] Jul 20, 2023
1ec7128
feat: add ability to use different arg name than option name (#1493)
AstreaTSS Jul 20, 2023
b33ab89
fix: make sure exported auto_defer is deco, not module (#1496)
AstreaTSS Jul 21, 2023
364aa69
fix/feat: adjust invite obj to respect event variants (#1500)
AstreaTSS Jul 22, 2023
d1caaa7
fix: address issues with tag usage for guild forums (#1499)
AstreaTSS Jul 23, 2023
159e020
docs💥: revamp extension guide (#1494)
AstreaTSS Jul 23, 2023
5c21875
feat: add `guild` & `channel` properties to `ThreadMembersUpdate` (#1…
Damego Jul 27, 2023
39ba1e5
ci: weekly check. (#1503)
pre-commit-ci[bot] Jul 27, 2023
3802f74
fix(http): incorrect path for delete permission endpoint (#1506)
Donbur4156 Jul 30, 2023
5308f08
ci: weekly check. (#1511)
pre-commit-ci[bot] Aug 1, 2023
2184b71
feat: Implement missing stuff for scheduled events (#1507)
Damego Aug 3, 2023
4e985eb
chore: pyproject version bump
AstreaTSS Aug 5, 2023
f114a07
Merge branch 'stable' into pyproject-5.9.0
i0bs Aug 8, 2023
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "interactions.py"
version = "5.8.0"
version = "5.9.0"
description = "Easy, simple, scalable and modular: a Python API wrapper for interactions."
authors = [
"LordOfPolls <dev@lordofpolls.com>",
Expand Down