Skip to content

Latest commit

 

History

History
140 lines (89 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

140 lines (89 loc) · 4.12 KB

Changelog

##v3.1.0 2014-03-04

##v3.0.2 2014-01-19

[22 commits]

##v3.0.1 2013-10-25

[8 commits]

##v3.0.0 2013-10-24

[19 commits]

note: CLI syntax has changed in this release as a result of switching to Thor. See the README for usage instructions.

##v2.0.0 2013-10-22

[22 commits]

note: Option syntax has changed in this release as a result of switching to OptionParser. See the README for usage instructions.

##v1.2.0 2013-08-20

[18 commits]

##v1.1.0 2013-05-29

[13 commits]

  • Add link to user's GitHub profile as comment on SSH keys
  • Add VPN/tunneling solutions to README
  • Add CHANGELOG

##v1.0.0 2013-05-18

[2 commits]

Nobody is complaining about bugs, so we're ready to call it v1.0.0

##v0.6.1 2013-05-10

[7 commits]

  • Add License information to README

##v0.6.0 2013-05-09

[6 commits]

  • Only insert blank line if inserting a key
  • Don't leave blank lines when writing keys

##v0.5.0 2013-05-08

[13 commits]

  • Remove line break as well when deleting keys
  • Enforce Ruby 1.9 hash syntax with Cane
  • Move contributing instructions to separate doc

##v0.4.1 2013-04-28

[15 commits]

  • Check code quality by default when running specs
  • Add cane as development dependency

##v0.4.0 2013-04-25

[3 commits]

  • Add --version option to command line client

##v0.3.0 2013-04-25

[5 commits]

  • Send github-auth user agent to GitHub when making requests

##v0.2.0 2013-04-22

[8 commits]

  • Correctly remove keys with comments in keys file

##v0.1.1 2013-04-15

[6 commits]

  • Adjustments to README

##v0.1.0 2013-04-15

Initial release