Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jul 19, 2013
1 parent ec4b76d commit 19fb711
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travis
VERSION = '1.2.7'
VERSION = '1.2.8'
end
2 changes: 1 addition & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19fb711

Please sign in to comment.