Skip to content

Commit 63e6804

Browse files
committed
bump: version 1.11.0 → 1.12.0
1 parent 085ed30 commit 63e6804

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.12.0 (2023-03-18)
2+
3+
### Feat
4+
5+
- add `/random choose`
6+
- **opencollective**: sync opencollective metadata every 12h
7+
- add warn system
8+
9+
### Fix
10+
11+
- **anti-phishing**: use regex now...finally discord.gift won't be blocked lmao
12+
- **warn**: limit amount of characters for the reason of a warn
13+
14+
### Refactor
15+
16+
- **translator**: remove debug print statement
17+
- **license**: MIT -> custom license based on MIT
18+
- **warnings**: sort warnings by date descending (latest is shown first)
19+
- **i18n/group_name**: add all group names
20+
- **anti-phishing**: temporarily remove the AntiPhishing cog
21+
- **TakoBot**: move TakoBot class from `TakoBot.py` to `main.py`
22+
- **utils**: better typing
23+
- remove `OLD_CHANGELOG.md`
24+
- **permissions**: change permissions from checks to default permissions
25+
- **config**: use tl.tako-bot.com as main translation api
26+
127
## 1.11.0 (2023-02-28)
228

329
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "1.11.0"
3+
version = "1.12.0"
44
tag_format = "$version"
55
changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b"
66
update_changelog_on_bump = true

0 commit comments

Comments
 (0)