From 19fb7117e2ae6488116cb0fb04427a41fad2b7dd Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 19 Jul 2013 20:41:01 +0200 Subject: [PATCH] v1.2.8 --- README.md | 6 ++++++ lib/travis/version.rb | 2 +- travis.gemspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bb551f8..ea0ad4f1 100644 --- a/README.md +++ b/README.md @@ -908,6 +908,12 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis ## Version History +**1.2.8** (July 19, 2013) + +* Make pubkey print out key in ssh encoding, add --pem flag for old format +* Fix more encoding issues +* Fix edge cases that broke history view + **1.2.7** (July 15, 2013) * Add pubkey command diff --git a/lib/travis/version.rb b/lib/travis/version.rb index 186ce508..f8418522 100644 --- a/lib/travis/version.rb +++ b/lib/travis/version.rb @@ -1,3 +1,3 @@ module Travis - VERSION = '1.2.7' + VERSION = '1.2.8' end diff --git a/travis.gemspec b/travis.gemspec index 1972b5d7..1107dc17 100644 --- a/travis.gemspec +++ b/travis.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| # general infos s.name = "travis" - s.version = "1.2.7" + s.version = "1.2.8" s.description = "CLI and Ruby client library for Travis CI" s.homepage = "https://github.com/travis-ci/travis" s.summary = "Travis CI client"