Loading CHANGELOG.md +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p ### Changed - Update response types to realtime match create/join operations. ### Fixed - Make sure dependent rules are run with `relupload` rule. ## [0.11.2] - 2017-02-17 ### Added - Include Dockerfile and Docker instructions. Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ $(PLATFORMS): relupload: JQ := $(shell jq --version) relupload: TOKEN := relupload: TAG := relupload: $(PLATFORMS) relupload: proto dashboard migration $(PLATFORMS) @test -n "${JQ}" # must be set @test -n "${TOKEN}" @test -n "${TAG}" Loading Loading
CHANGELOG.md +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p ### Changed - Update response types to realtime match create/join operations. ### Fixed - Make sure dependent rules are run with `relupload` rule. ## [0.11.2] - 2017-02-17 ### Added - Include Dockerfile and Docker instructions. Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ $(PLATFORMS): relupload: JQ := $(shell jq --version) relupload: TOKEN := relupload: TAG := relupload: $(PLATFORMS) relupload: proto dashboard migration $(PLATFORMS) @test -n "${JQ}" # must be set @test -n "${TOKEN}" @test -n "${TAG}" Loading