From e338d294cad6c5356461af0178748e12d631e1ab Mon Sep 17 00:00:00 2001 From: Pukimaa Date: Sun, 19 Mar 2023 20:46:38 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.12.1=20=E2=86=92=201.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e2405..94a6114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.13.0 (2023-03-19) + +### Feat + +- **errors**: use user locale instead of guild locale and timestamp for cooldown +- **youtube**: add error if no search results were found +- add `/daily` +- add `/beg` +- **helper**: use sql files to initialize the database (and migrate) +- **info/stats**: let the `/stats` commmand be run in non-guild conversations and when the bot is not logged in yet + +### Fix + +- **helper**: fix issues with db init + +### Refactor + +- **daily**: use database to check the cooldown + ## 1.12.1 (2023-03-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 892b4b2..e9b6465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.12.1" +version = "1.13.0" tag_format = "$version" changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b" update_changelog_on_bump = true