From 082fde1c361bad03c23527053a51ceacc35f09c9 Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:04:30 -0400 Subject: [PATCH] meta: bump version to 0.2.1 --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 710ca2b..acae17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [0.2.1] - 2024-03-21 + ### Changed - Various visual tweaks to the Dumdum client @@ -111,7 +113,8 @@ usually after receiving `ServerEventListMessages`. - `dumdum.client` asyncio tkinter GUI client - GitHub workflows for pyright and pytest -[Unreleased]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.2.0...main +[Unreleased]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.2.1...main +[0.2.1]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.1.1...v0.1.2 diff --git a/README.md b/README.md index 2e241d3..d3c13f3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ any conventions or RFC standards. With Python 3.11+ and Git installed, you can run the following: ```sh -pip install git+https://github.com/thegamecracks/dum-dum-irc@v0.2.0 +pip install git+https://github.com/thegamecracks/dum-dum-irc@v0.2.1 ``` Once installed, the `dumdum` and `dumdum-server` entry points should be