Skip to content

Commit

Permalink
bump: version 1.12.1 → 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pukimaa committed Mar 19, 2023
1 parent 3b6cb76 commit e338d29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e338d29

Please sign in to comment.