Releases: letsbuilda/anubis
Releases · letsbuilda/anubis
v2.0.0
What's Changed
- wrap bot start function in an if-name-main by @shenanigansd in #36
- oops by @shenanigansd in #37
- more oops by @shenanigansd in #38
- Bump sqlalchemy from 2.0.3 to 2.0.4 by @dependabot in #39
- Bump sentry-sdk from 1.15.0 to 1.16.0 by @dependabot in #41
- Bump sqlalchemy from 2.0.4 to 2.0.5.post1 by @dependabot in #43
- Bump discord-py from 2.1.1 to 2.2.2 by @dependabot in #42
- ci: bump versions by @shenanigansd in #44
- ci: bump the rest of the versions by @shenanigansd in #45
- Bump python-dotenv from 0.21.1 to 1.0.0 by @dependabot in #40
- Bump sqlalchemy from 2.0.5.post1 to 2.0.6 by @dependabot in #46
- Add webhook deleter by @shenanigansd in #49
- Bump sqlalchemy from 2.0.6 to 2.0.7 by @dependabot in #48
- Bump sentry-sdk from 1.16.0 to 1.17.0 by @dependabot in #47
- Bump pydantic from 1.10.6 to 1.10.7 by @dependabot in #50
- (filters/webhook) display webhook avatar as thumbnail if possible by @lockness-Ko in #51
- (fix) logic mistake by @lockness-Ko in #52
- Bump sentry-sdk from 1.17.0 to 1.18.0 by @dependabot in #53
- Bump sqlalchemy from 2.0.7 to 2.0.9 by @dependabot in #59
- Bump rapidfuzz from 2.13.7 to 2.15.0 by @dependabot in #55
- Bump sentry-sdk from 1.18.0 to 1.19.1 by @dependabot in #58
- Update webhook regex by @IlluminatiFish in #71
- Update webhook regex by @IlluminatiFish in #72
- Switch to dynamic dependencies with
pip-compile
by @shenanigansd in #73 - Bump python from
2f749ef
to5a67c38
by @dependabot in #60 - Bump python from
5a67c38
to551c952
by @dependabot in #75 - Update webhook_remover.py by @IlluminatiFish in #76
- Constrain deps, build container on PR by @shenanigansd in #78
- Bump python from
551c952
to6c0b067
by @dependabot in #77 - Only delete Discord webhooks when they are the entire message content by @IlluminatiFish in #79
- Test using
.txt
instead of.pip
for Dependabot and Snyk by @shenanigansd in #80 - Create UwU cog by @shenanigansd in #81
- rebase bot to subclass pydis-core by @shenanigansd in #82
- init snekbox cog by @shenanigansd in #84
- Typeracer Game! by @kip218 in #86
- Add the DB back by @shenanigansd in #89
- Pass iterable to has_any_role by @shenanigansd in #114
- Revert "Pass iterable to has_any_role" by @shenanigansd in #115
- UwU: extreme emojis by @shenanigansd in #92
- Meta cleanup by @shenanigansd in #116
- Bump python from
eaee5f7
to1966141
by @dependabot in #94 - [Snyk] Security upgrade aiohttp from 3.8.4 to 3.8.5 by @shenanigansd in #119
- Update dependencies, Sphinx, Ruff by @shenanigansd in #122
- Cleanup by @shenanigansd in #124
- Bump dependencies by @shenanigansd in #130
- Bump python from
364ee1a
to36b544b
by @dependabot in #125 - Have Dependabot group dependencies by @shenanigansd in #147
- Bump the docker-dependencies group with 1 update by @dependabot in #149
- Bump ruff from 0.0.285 to 0.0.291 by @dependabot in #142
- Bump the ci-dependencies group with 3 updates by @dependabot in #148
- Bump the python-dependencies group with 14 updates by @dependabot in #150
- Limit CI tests to Ubuntu by @shenanigansd in #151
- Bump the python-dependencies group with 2 updates by @dependabot in #152
- Bump the ci-dependencies group with 1 update by @dependabot in #153
- Bump the python-dependencies group with 6 updates by @dependabot in #155
- Bump dependencies by @shenanigansd in #156
New Contributors
- @lockness-Ko made their first contribution in #51
- @IlluminatiFish made their first contribution in #71
- @kip218 made their first contribution in #86
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- MVP by @shenanigansd in #1
- Use main branch for docker cosign by @shenanigansd in #2
- Rewrite by @shenanigansd in #3
- remove Windows monkeypatch by @shenanigansd in #4
- Delete init.cpython-310.pyc by @shenanigansd in #5
- heck pycache by @shenanigansd in #6
- Remove static roles because permissions by @shenanigansd in #7
- allow each discord guild to have a unique github organization by @shenanigansd in #8
- add code snippets cog by @shenanigansd in #9
- Bump docker/metadata-action from 4.0.1 to 4.1.0 by @dependabot in #12
- Bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #10
- Bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in #11
- Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 by @dependabot in #13
- Bump docker/setup-buildx-action from 2.1.0 to 2.2.1 by @dependabot in #16
- Bump docker/metadata-action from 4.1.0 to 4.1.1 by @dependabot in #14
- Implement botcore by @shenanigansd in #17
- Implement database by @shenanigansd in #18
- Create sentry-release.yml by @shenanigansd in #19
- add logging to setup hook by @shenanigansd in #20
- actually turn on debug by @shenanigansd in #21
- query database for github org by @shenanigansd in #22
- use env var for prefixes by @shenanigansd in #23
- Bump docker/metadata-action from 4.1.1 to 4.2.0 by @dependabot in #24
- Bump docker/metadata-action from 4.2.0 to 4.3.0 by @dependabot in #26
- Bump docker/build-push-action from 3.2.0 to 3.3.0 by @dependabot in #25
- ci: use reusable workflow for docker build by @shenanigansd in #31
- Flesh out metadata by @shenanigansd in #32
- Switch
roll
to be an app command by @shenanigansd in #33 - Cleanup by @shenanigansd in #35
New Contributors
- @shenanigansd made their first contribution in #1
- @dependabot made their first contribution in #12
Full Changelog: https://github.com/letsbuilda/anubis/commits/v1.0.0