Skip to content

Commit 81a0de2

Browse files
committed
Update changelog & version bump
1 parent 6f6051f commit 81a0de2

File tree

4 files changed

+676
-668
lines changed

4 files changed

+676
-668
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ however, insignificant breaking changes do not guarantee a major version bump, s
88

99
# [UNRELEASED]
1010

11+
# v4.3.4
12+
13+
### Added
14+
15+
- Added git folder checks to indicate the bot not being installed via git when updating.
16+
1117
### Changed
1218

13-
- Switch package manager from poetry/pdm to uv.
19+
- Switched package manager from poetry/pdm to uv.
20+
- Updated Actions workflow to use uv package manager.
1421

1522
# v4.3.3
1623

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.3.3"
1+
__version__ = "4.3.4"
22

33

44
import asyncio

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
requires-python = "<3.12,>=3.9"
33
name = "discord-modmail"
4-
version = "4.3.3"
4+
version = "4.3.4"
55
description = "A Modmail fork with a focus on improvements and bug fixes"
66
authors = [
77
{name = "Raiden Sakura", email = "raiden@project-mei.xyz"},

0 commit comments

Comments
 (0)