Skip to content

Commit

Permalink
bump: version 2.12.6a2 → 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrugger-tgm committed Apr 21, 2021
1 parent 5fd1fc8 commit d20fd74
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.12.6 (2021-04-21)

### Fix

- **dev**: missing Interface adaption
- server hung up when creating map repo
- cards not randomly drawn
- bad indexing of robots causing chrash

## v2.12.6a2 (2021-04-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Game Controller - 2.12.6a2
# Game Controller - 2.12.6

The Game Controller is an Web API controlling the logic/flow of one (or multiple) game sessions.

Expand Down
2 changes: 1 addition & 1 deletion cz.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"commitizen": {"name": "cz_conventional_commits", "version": "2.12.6a2", "tag_format": "v$major.$minor.$patch$prerelease", "update_changelog_on_bump": true, "version_files": ["oas/game-engine.v1.json", "README.md", "server/src/Tgm.Roborally.Server/Program.cs"]}}
{"commitizen": {"name": "cz_conventional_commits", "version": "2.12.6", "tag_format": "v$major.$minor.$patch$prerelease", "update_changelog_on_bump": true, "version_files": ["oas/game-engine.v1.json", "README.md", "server/src/Tgm.Roborally.Server/Program.cs"]}}
2 changes: 1 addition & 1 deletion oas/game-engine.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "Robot Rally Game logic engine",
"version": "v2.12.6a2",
"version": "v2.12.6",
"description": "This api controlls the flow of a game and provides it's data.\nIt is desiged to be RESTfull so the structure works simmilar as file system.\nThe service will run and only work in a local network, `game.host` is the IP of the Computer hosting the game and will be found via a IP scan",
"contact": {
"name": "Nils Brugger",
Expand Down
2 changes: 1 addition & 1 deletion server/src/Tgm.Roborally.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Tgm.Roborally.Server {
/// Program
/// </summary>
public class Program {
private const string VERSION = "2.12.6a2";
private const string VERSION = "2.12.6";

/// <summary>
/// Main
Expand Down

0 comments on commit d20fd74

Please sign in to comment.