Skip to content

Commit

Permalink
Updated the readme and version numbers for the 0.2.0 release
Browse files Browse the repository at this point in the history
- build the HTML content for the 0.2.0 release
  • Loading branch information
christianrowlands committed Aug 11, 2020
1 parent 7886a5a commit da2f5ee
Show file tree
Hide file tree
Showing 4 changed files with 3,502 additions and 1,742 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ This will overwrite the current HTML content from the docs directory with the la


##Change log
##### [0.2.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.2.0) - TBD
##### [0.2.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.2.0) - 2020-08-11
* BREAKING CHANGES were made to the JSON output of the protobuf messages.
* Redesigned this messaging API to define the messages in JSON using AsyncAPI.
* Redefined the proto files to following the new JSON message schema.
* Deprecated the original proto definitions.
* Added a Signal Detection and an Energy Detection message to this API.

##### [0.1.3](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.1.3) - 2020-06-26
* Added the device_name field to all the wireless proto messages.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group 'com.craxiom'
version '0.2.0-SNAPSHOT'
version '0.2.0'

// Configure the wrapper and ALL distro so IJ has additional context
wrapper {
Expand Down
Loading

0 comments on commit da2f5ee

Please sign in to comment.