Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Nov 19, 2019
1 parent 0b54c16 commit 973c01b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/features/lobby/Lobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const Lobby: React.FC = () => {
me: <AdminContact />
</p>
<p className="text-sm text-gray-700">
Last Update: 2019-11-18. Version: 0.2.0.{" "}
Last Update: 2019-11-19. Version: 0.2.1.{" "}
<a
href="https://github.com/mreishus/spades/blob/master/CHANGELOG.md"
target="_blank"
Expand Down

0 comments on commit 973c01b

Please sign in to comment.