From 973c01bb7d2d9e2931ab8f9d48af91c3ebd9a1ca Mon Sep 17 00:00:00 2001
From: Matthew Reishus
Date: Tue, 19 Nov 2019 17:02:22 -0600
Subject: [PATCH] Release 0.2.1
---
CHANGELOG.md | 8 ++++++--
build.sh | 2 +-
frontend/src/features/lobby/Lobby.tsx | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa71e06b..370ed81a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.2.1] - 2019-11-19
+
### Added
-- Chat windows in the lobby and game rooms. Very rough state.
+- Chat windows in the lobby and game rooms. Overall page layout needs to be
+ improved, though.
## [0.2.0] - 2019-11-18
@@ -27,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release. Rough, but playable with 4 people.
-[unreleased]: https://github.com/mreishus/spades/compare/v0.2.0...HEAD
+[unreleased]: https://github.com/mreishus/spades/compare/v0.2.1...HEAD
+[0.2.1]: https://github.com/mreishus/spades/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/mreishus/spades/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/mreishus/spades/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/mreishus/spades/releases/tag/v0.1.0
diff --git a/build.sh b/build.sh
index 5d573491..5c86bfd7 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION=0.2.0 # Change in Lobby.tsx too
+VERSION=0.2.1 # Change in Lobby.tsx too
# exit when any command fails
set -e
diff --git a/frontend/src/features/lobby/Lobby.tsx b/frontend/src/features/lobby/Lobby.tsx
index 44c8a8df..e57a9aa2 100644
--- a/frontend/src/features/lobby/Lobby.tsx
+++ b/frontend/src/features/lobby/Lobby.tsx
@@ -81,7 +81,7 @@ export const Lobby: React.FC = () => {
me:
- Last Update: 2019-11-18. Version: 0.2.0.{" "}
+ Last Update: 2019-11-19. Version: 0.2.1.{" "}