From 011478602c2cfdfcbee8a7b891880ec0852248ae Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Mon, 6 May 2024 09:18:30 -0700 Subject: [PATCH] chore: Releasing v0.4.0 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395d1a8..3fd37e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,29 @@ All notable changes to this project will be documented in this file. -## [0.3.0] - 2024-04-18 +## [0.4.0] - 2024-05-06 + +### Bug Fixes + +- Fixing clippy errors + +### Documentation + +- Add pokem to the list of projects ### Features - Don't respond to our own messages - Adding a callback on joining rooms +- Allow setting a custom command prefix +- Add a room size limit ### Miscellaneous Tasks - Release v0.3.0 +- Bump to v0.4.0 +- Cargo update +- Nix flake update ### Styling