Skip to content

Commit

Permalink
Prepare CHANGELOG and README for v0.7.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmaeckel committed Aug 13, 2022
1 parent f4b1a50 commit 90e9fe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[0.7.2]: https://github.com/tudo-aqua/bgw/releases/tag/v0.7.2
[0.7.1]: https://github.com/tudo-aqua/bgw/releases/tag/v0.7.1
[0.7]: https://github.com/tudo-aqua/bgw/releases/tag/v0.7
[0.6]: https://github.com/tudo-aqua/bgw/releases/tag/v0.6
Expand All @@ -16,7 +17,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.7.2 - To be released
## [0.7.2] - 15.08.2022

### Added
- Debug mode in network client now prints JSON of sent game message.
Expand All @@ -30,7 +31,9 @@ All notable changes to this project will be documented in this file.

### Fixed
- Messages passing each other in clients asynchronous receiver function resolution.
- PlayerLeftNotification not sent upon socket close.
- Exception thrown in asynchronous coroutine not displayed in default exception handler.
- Validation of non-JSON files in bgw-net frontend showing incorrect messages.

## [0.7.1] - 05.08.2022

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Start by adding the latest version of BGW as a dependency to your project.

#### Gradle
```gradle
implementation("tools.aqua:bgw-gui:0.7.1")
implementation("tools.aqua:bgw-gui:0.7.2")
```

#### Maven
```xml
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>bgw-gui</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</dependency>
```

Expand Down

0 comments on commit 90e9fe0

Please sign in to comment.