M CHANGELOG.md => CHANGELOG.md +8 -0
@@ 12,6 12,14 @@ The format is based on [Keep a Changelog][] and this project adheres to
Unreleased
==========
+0.2.1 -- 2021-02-08
+===================
+
+Removed
+-------
+
+- Homepage url for crates.io.
+
0.2.0 -- 2020-11-30
===================
M Cargo.toml => Cargo.toml +1 -2
@@ 1,11 1,10 @@
[package]
name = "wschat"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Jiri Vlasak <jiri.hubacek@gmail.com>"]
edition = "2018"
description = "Very simple WebSocket chat server."
readme = "README.md"
-homepage = "https://sr.ht/~qeef/wschat/"
repository = "https://git.sr.ht/~qeef/wschat"
license = "AGPL-3.0-only"
keywords = ["websocket", "chat"]