Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru committed Apr 25, 2024
1 parent 68368ae commit db4f06a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2024-04-25

### Documentation

- Adding notes on running it privately
- Fix formatting of the settings
- Update README
- Clarify the default room setup

### Features

- Allow multiple room configs
- Add a WebUI
- Add a poke command to the daemon
- Improve the welcome message
- Accept stdin for the message

### Miscellaneous Tasks

- Release v0.2.0

### Styling

- Spellchecking

## [0.1.1] - 2024-04-19

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pokem"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Patrick Jackson <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit db4f06a

Please sign in to comment.