Skip to content

Commit

Permalink
release: 22.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Jun 25, 2021
1 parent b3c403d commit 53bdf61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ The version should always be in sync with the [GUI](https://github.com/CAU-Kiel-
- `y` is bumped for any major updates or backwards-incompatible changes.
A `y` version of 0 indicates the beta of the current year.

## [22.0.1](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.1)
## [22.0.2](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.2) - 2021-07
- Removed PlayerScoreRequest - add up the GameResults instead

## [22.0.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.0)
- Restructure folders to follow JVM standards
## [22.0.1](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.1) - 2021-06-25
### Ostseeschach
- Implemented proper winner calculation
- Added some utility methods
- Adjusted XML

## [22.0.0](https://github.com/CAU-Kiel-Tech-Inf/backend/commits/22.0.0) - 2021-06-11
- Restructured folders to follow JVM standards
- Simplified interface for player development

## 2022 Game Ostseeschach - 2021-06-11
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
socha.gameName=ostseeschach
socha.version.year=22
socha.version.minor=00
socha.version.patch=00
socha.version.patch=01

0 comments on commit 53bdf61

Please sign in to comment.