From 2dc7c42a059577b6bc7038736a734fb79bbeaca4 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 27 Oct 2015 20:09:28 +0100 Subject: [PATCH] Post-release version bump --- .goxc.json | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index add4bdb..9ebce0e 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "go-vet" ], "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.3.0", + "PackageVersion": "1.3.0+", "ConfigVersion": "0.9" } diff --git a/README.md b/README.md index 1c6679b..acecb38 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,18 @@ $ brew install https://raw.githubusercontent.com/moul/ssh2docker/master/contrib/ ## Changelog +### master (unreleased) + +* No entry + +[full commits list](https://github.com/moul/gotty-client/compare/v1.3.0...master) + ### [v1.3.0](https://github.com/moul/gotty-client/releases/tag/v1.3.0) (2015-10-27) * Fix `connected` state when using `Connect()` + `Loop()` methods * Add `ExitLoop` which allow to exit from `Loop` function -[full commits list](https://github.com/moul/gotty-client/compare/v1.2.0...v.1.3.0) +[full commits list](https://github.com/moul/gotty-client/compare/v1.2.0...v1.3.0) ### [v1.2.0](https://github.com/moul/gotty-client/releases/tag/v1.2.0) (2015-10-23)