This repository was archived by the owner on Oct 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog - Bot
22
3+ ## v1.7 - Changes
4+
5+ - Add action that deploys changes on non major tag release
6+ - Fix bug when user doesn't have required permissions and uses a ` /settings ` command
37## v1.6 - Changes
48
59- Bump dependencies
Original file line number Diff line number Diff line change 1010If you find a bug or if you want to make a feature request<!-- , either join the [discord server](https://discord.gg/xFZu29t) or --> open an issue.
1111If you want to contribute to the docs or the code of the bot feel free to open a pull request.
1212
13- Current version: ` v1.6 `
13+ Current version: ` v1.7 `
1414
1515## License
1616
Original file line number Diff line number Diff line change 7777 "new_version" : "v1.5.1" ,
7878 },
7979 "v1.5.1" : {"query" : None , "new_version" : "v1.6" },
80- "v1.6" : {"query" : None , "new_version" : None },
80+ "v1.6" : {"query" : None , "new_version" : "v1.7" },
81+ "v1.7" : {"query" : None , "new_version" : None },
8182}
8283
8384create_db = """
Original file line number Diff line number Diff line change 3333from cogs .utils import Context , PartialGuildCache
3434from cogs .utils .db import db
3535
36- __version__ = "v1.6 "
36+ __version__ = "v1.7 "
3737
3838if TYPE_CHECKING :
3939 BotBase = commands .Bot [Context ]
You can’t perform that action at this time.
0 commit comments