Skip to content

Commit

Permalink
meta: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 21, 2024
1 parent 133a901 commit 082fde1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
pip install git+https://github.com/thegamecracks/[email protected].1
```

Once installed, the `dumdum` and `dumdum-server` entry points should be
Expand Down

0 comments on commit 082fde1

Please sign in to comment.